diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-01-05 23:03:42 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-01-05 23:03:42 +0000 |
commit | ba7ce3ed0de4c5139640c402c3cdbd347c7fa0db (patch) | |
tree | 42e430763389d7fb2cc312817b54bf376b94459b /math/lapack95/files/patch-make.inc | |
parent | Update to upstream SVN revision 1379 and refresh patches. (diff) |
- Uses the new blaslapack.mk;
- Remove some warnings;
- Optionify (without checking if ATLAS is installed).
Notes
Notes:
svn path=/head/; revision=376370
Diffstat (limited to 'math/lapack95/files/patch-make.inc')
-rw-r--r-- | math/lapack95/files/patch-make.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/lapack95/files/patch-make.inc b/math/lapack95/files/patch-make.inc index 5e453c61bc7d..977a9bcf6152 100644 --- a/math/lapack95/files/patch-make.inc +++ b/math/lapack95/files/patch-make.inc @@ -1,5 +1,5 @@ ---- make.inc.orig 2000-11-30 08:18:37.000000000 -0500 -+++ make.inc 2011-07-21 02:46:07.000000000 -0400 +--- make.inc.orig 2000-11-30 14:18:37.000000000 +0100 ++++ make.inc 2015-01-05 23:43:55.000000000 +0100 @@ -3,8 +3,8 @@ # UNI-C, Denmark; Univ. of Tennessee, USA; NAG Ltd., UK # August 5, 2000 @@ -16,9 +16,8 @@ # including non-stop arithmetic. -OPTS0 = -u -V -dcfuns -dusty -ieee=full --MODLIB = -I./../lapack95_modules +OPTS0 = %%FFLAGS%% #-u -V -dcfuns -dusty -ieee=full -+MODLIB = -I./../lapack95_modules -I%%PREFIX%%/lib/lapack95_modules + MODLIB = -I./../lapack95_modules OPTS1 = -c $(OPTS0) OPTS3 = $(OPTS1) $(MODLIB) OPTL = -o |