mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Correctly link against gcc44 stuffs and bump portrevision.
Feature safe: yes
This commit is contained in:
parent
814eb14606
commit
73775fbb99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243819
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= lapack++
|
PORTNAME= lapack++
|
||||||
PORTVERSION= 2.5.3
|
PORTVERSION= 2.5.3
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= SF/lapackpp/lapackpp/${PORTVERSION} \
|
MASTER_SITES= SF/lapackpp/lapackpp/${PORTVERSION} \
|
||||||
http://math.nist.gov/lapack++/:doc
|
http://math.nist.gov/lapack++/:doc
|
||||||
|
@ -36,8 +36,7 @@ LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
USE_FORTRAN= yes
|
USE_FORTRAN= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
USE_AUTOTOOLS= libtool:22
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
.if defined(WITH_ATLAS)
|
.if defined(WITH_ATLAS)
|
||||||
BLAS_LIB= -L${LOCALBASE}/lib -lf77blas -latlas
|
BLAS_LIB= -L${LOCALBASE}/lib -lf77blas -latlas
|
||||||
|
|
Loading…
Add table
Reference in a new issue