mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
* Use gfortran42 only and not gcc42.
* Bump portrevision.
This commit is contained in:
parent
b6492ffad8
commit
847d5bad96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182140
4 changed files with 23 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= arpack
|
||||
PORTVERSION= 96
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/
|
||||
DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz
|
||||
|
@ -22,9 +22,6 @@ PATCH_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Argand Library: large eigenvalue subroutines (serial version)
|
||||
|
||||
WANT_FORTRAN= yes
|
||||
USE_GCC= 4.2+
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
|
||||
WITH_ATLAS= yes
|
||||
.endif
|
||||
|
@ -47,6 +44,11 @@ PICFLAG?= -fPIC
|
|||
PICFLAG?= -fpic
|
||||
.endif
|
||||
|
||||
WANT_FORTRAN= yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
|
||||
WRKSRC= ${WRKDIR}/ARPACK
|
||||
WRKSRC_SHARED= ${WRKDIR}/ARPACK_SHARED
|
||||
FFLAGS_SHARED= ${FFLAGS} ${PICFLAG}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= metis
|
||||
PORTVERSION= 4.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ \
|
||||
http://www-users.cs.umn.edu/~karypis/metis/metis/files/
|
||||
|
@ -29,6 +29,11 @@ PICFLAG?= -fPIC
|
|||
PICFLAG?= -fpic
|
||||
.endif
|
||||
|
||||
WANT_FORTRAN= yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
|
||||
post-patch:
|
||||
${MKDIR} ${WRKSRC}_SHARED ; ${CP} -r ${WRKSRC}/* ${WRKSRC}_SHARED
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= metis
|
||||
PORTVERSION= 4.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ \
|
||||
http://www-users.cs.umn.edu/~karypis/metis/metis/files/
|
||||
|
@ -29,6 +29,11 @@ PICFLAG?= -fPIC
|
|||
PICFLAG?= -fpic
|
||||
.endif
|
||||
|
||||
WANT_FORTRAN= yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
|
||||
post-patch:
|
||||
${MKDIR} ${WRKSRC}_SHARED ; ${CP} -r ${WRKSRC}/* ${WRKSRC}_SHARED
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= taucs
|
||||
PORTVERSION= 2.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.tau.ac.il/~stoledo/taucs/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
@ -31,8 +31,10 @@ LAPACK= -llapack
|
|||
.endif
|
||||
LIB_DEPENDS= metis.1:${PORTSDIR}/math/metis
|
||||
|
||||
WANT_FORTRAN=yes
|
||||
USE_GCC=4.2+
|
||||
WANT_FORTRAN= yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
|
Loading…
Add table
Reference in a new issue