diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /math/slicot/files/patch-make__Unix.inc | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'math/slicot/files/patch-make__Unix.inc')
| -rw-r--r-- | math/slicot/files/patch-make__Unix.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/slicot/files/patch-make__Unix.inc b/math/slicot/files/patch-make__Unix.inc index 5fff92918818..2e355a323bb7 100644 --- a/math/slicot/files/patch-make__Unix.inc +++ b/math/slicot/files/patch-make__Unix.inc @@ -1,12 +1,12 @@ ---- make_Unix.inc.orig 2024-02-05 12:03:37 UTC +--- 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 -fdefault-integer-8 -+#OPTS = -O2 -fPIC -fdefault-integer-8 - OPTS_NOOPT = -O0 +-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 @@ -20,7 +20,7 @@ # machine-specific, optimized BLAS library should be used whenever # possible.) # --BLASLIB = ../libs/blas.a --LAPACKLIB = ../libs/lapack.a +-BLASLIB = -lopenblas +-LAPACKLIB = -lopenblas LPKAUXLIB = ../lpkaux.a SLICOTLIB = ../slicot.a |
