summaryrefslogtreecommitdiffstats
path: root/french/aster/files
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-01-15 23:17:05 +0000
committerthierry <thierry@FreeBSD.org>2006-01-15 23:17:05 +0000
commitd0bdbd896be01d91e927a594758380e337483c7a (patch)
tree33c3338408db13530488addcb977d755d2be5650 /french/aster/files
parentf5b505d5d8aa54348518ce905d937156d987f061 (diff)
downloadFreeBSD-ports-d0bdbd896be01d91e927a594758380e337483c7a.zip
FreeBSD-ports-d0bdbd896be01d91e927a594758380e337483c7a.tar.gz
Upgrade to 8.2.0.
Diffstat (limited to 'french/aster/files')
-rw-r--r--french/aster/files/patch-products.py13
1 files changed, 6 insertions, 7 deletions
diff --git a/french/aster/files/patch-products.py b/french/aster/files/patch-products.py
index a2b4bd7..f979e53 100644
--- a/french/aster/files/patch-products.py
+++ b/french/aster/files/patch-products.py
@@ -1,12 +1,11 @@
---- products.py.orig Thu Jun 30 09:38:46 2005
-+++ products.py Fri Jul 1 23:22:35 2005
-@@ -781,6 +781,19 @@
+--- products.py.orig Wed Jan 4 15:55:33 2006
++++ products.py Fri Jan 13 00:06:44 2006
+@@ -866,6 +866,18 @@
cxxlibs.extend(['stdc++', 'supc++'])
zmat_platform='Linux4'
mpilibs.extend(['mpich'])
+ elif cfg['IFDEF']=='FREEBSD':
-+ opt['BLASLIB'] = cfg['BLASLIB']
-+ opt['LAPACKLIB'] = cfg['LAPACKLIB']
++ opt['MATH_LIST'] = [cfg['LAPACKLIB'], cfg['BLASLIB'], 'g2c']
+ opt['SYSLIB'] = cfg['SYSLIB']
+ opt['LDFLAGS'] = cfg['LDFLAGS']
+ opt['CFLAGS_DBG'] = cfg['CFLAGS_DBG']
@@ -18,5 +17,5 @@
+ zmat_platform=''
+ mpilibs.extend(['mpich'])
elif cfg['IFDEF']=='x86_64':
- opt['BLASLIB'] = '-lblas'
- opt['LAPACKLIB'] = '-llapack'
+ opt['MATH_LIST'] = ['lapack', 'blas', 'g2c']
+ opt['SYSLIB'] = '-Wl,--export-dynamic -lieee -ldl -lpthread -lutil -lm'
OpenPOWER on IntegriCloud