blob: 2e355a323bb7d4bc00959986f14786a639a68cbf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- make_Unix.inc.orig 2025-11-04 14:46:11 UTC
+++ make_Unix.inc
@@ -14,7 +14,7 @@ FORTRAN = gfortran
# the compiler options desired when NO OPTIMIZATION is selected.
#
FORTRAN = gfortran
-OPTS = -O2 -fPIC -g
+#OPTS = -O2 -fPIC -g
OPTS_NOOPT = -O0 -g
# Define LDFLAGS to the desired linker options for your machine.
@@ -30,13 +30,11 @@ ARCHFLAGS = cr
# ARCHFLAGS= r
# RANLIB = ranlib
-LOADOPTS = $(SLICOTLIB) $(LPKAUXLIB) $(LAPACKLIB) $(BLASLIB)
+#LOADOPTS = $(SLICOTLIB) $(LPKAUXLIB) $(LAPACKLIB) $(BLASLIB)
#
# The location of the libraries to which you will link. (The
# machine-specific, optimized BLAS library should be used whenever
# possible.)
#
-BLASLIB = -lopenblas
-LAPACKLIB = -lopenblas
LPKAUXLIB = ../lpkaux.a
SLICOTLIB = ../slicot.a
|