* Migrate to gfortran.
* Bump port revision.
This commit is contained in:
parent
b92409df5a
commit
d37adf934b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182202
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= feappv
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= cad science
|
||||
MASTER_SITES= http://www.ce.berkeley.edu/~rlt/feappv/
|
||||
MASTER_SITE_SUBDIR= feap
|
||||
@ -25,7 +26,11 @@ EXTRACT_BEFORE_ARGS= -L
|
||||
|
||||
WRKSRC= ${WRKDIR}/ver20
|
||||
USE_XLIB= yes
|
||||
FFLAGS?= -O2
|
||||
WANT_FORTRAN= yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
FFLAGS+= -O2
|
||||
MAKEFILE= makefile
|
||||
ALL_TARGET= install
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= femlab
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math science
|
||||
# mastersite disappeared in April 2000
|
||||
MASTER_SITES= # ftp://ftp.md.chalmers.se/pub/Femlab/
|
||||
@ -18,6 +19,12 @@ COMMENT= Interactive program for solving partial differential equations in 2D
|
||||
BUILD_DEPENDS= ${X11BASE}/lib/libsx.a:${PORTSDIR}/x11/libsx \
|
||||
xmkmf:${X_IMAKE_PORT}
|
||||
|
||||
WANT_FORTRAN= yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
FEMLAB_HOME= ${PREFIX}/lib/X11/femlab
|
||||
|
@ -5,7 +5,7 @@ $FreeBSD$
|
||||
+++ fsource/makepoisson Wed Jul 24 00:06:17 2002
|
||||
@@ -1,4 +1,4 @@
|
||||
-FFLAGS= -O
|
||||
+FFLAGS= -O -fno-globals
|
||||
+FFLAGS= -O2
|
||||
|
||||
FFILES= dwm1.f startpo.f preproc.f rhslhs.f poisson.f output.f
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user