| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/math/algae/files/ |
Upload File : |
--- configure.orig
+++ configure
@@ -2561,9 +2561,9 @@
cat > conftest.$ac_ext <<EOF
#line 2562 "configure"
#include "confdefs.h"
-int main(int argc, char *argv);
+int main(int argc, char **argv);
int t(void);
-int main(int argc, char *argv) { return t(); }
+int main(int argc, char **argv) { return t(); }
int t(void) { return 0; }
EOF
if eval $ac_compile; then
@@ -4479,7 +4479,7 @@
*-unicos* ) f77_lib_names="F77 I77 sci f" ;;
* ) f77_lib_names="F77 I77" ;;
esac
-f77_lib_names="$f77_lib_names g2c f2c"
+f77_lib_names=gfortran
for f in $f77_lib_names; do reversed_names="$f $reversed_names"; done
#---------------------------------------------------------------------
@@ -5494,8 +5494,7 @@
# checks (except for LAPACK) don't need it and won't find it.
if test "$BLAS" = xblas; then
- LDFLAGS="$LDFLAGS -L../blas"
- LOCAL_LIBS="-lblas $LOCAL_LIBS"
+ LOCAL_LIBS="../blas/libblas.a $LOCAL_LIBS"
fi
@@ -5590,8 +5589,7 @@
# checks don't need it and won't find it.
if test "$LAPACK" = xlapack; then
- LDFLAGS="$LDFLAGS -L../lapack"
- LOCAL_LIBS="-llapack $LOCAL_LIBS"
+ LOCAL_LIBS="../lapack/liblapack.a $LOCAL_LIBS"
fi