forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
22 lines
493 B
Text
22 lines
493 B
Text
--- Makeconf
|
|
+++ Makeconf
|
|
@@ -1,14 +1,14 @@
|
|
# set this to your compiler's executable name (e.g. gfortran, g77)
|
|
-FC=gfortran
|
|
+FC=%%FC%%
|
|
# requested flags
|
|
-FFLAGS=-fimplicit-none -O3 -funroll-loops
|
|
+FFLAGS=%%FFLAGS%%
|
|
# set if you need shared library
|
|
-FPICFLAGS=-fPIC
|
|
+FPICFLAGS=%%PICFLAG%%
|
|
|
|
# BLAS library (only required for tests)
|
|
-BLAS=-lblas
|
|
+#BLAS=-L/usr/local/lib -lblas
|
|
# LAPACK library (only required for tests)
|
|
-LAPACK=-llapack
|
|
+#LAPACK=-llapack
|
|
|
|
# Library version
|
|
VERSION=1.1
|