1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

science/netcdf3-ftn: Mark unsafe for parallel builds

Partial and edited error log:
gfortran47 -I../libsrc -I.  -Wl,-rpath=/usr/local/lib/gcc47 -c -o typeSizes.o typeSizes.f90
Fatal Error: Can't open module file 'typesizes.mod' for reading at (1): No such file or directory
gmake[2]: *** [netcdf.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
libtool: compile:  gfortran47 -I../libsrc -I. -Wl,-rpath=/usr/local/lib/gcc47 -c typeSizes.f90  -fPIC -o .libs/typeSizes.o
This commit is contained in:
John Marino 2014-03-28 09:19:50 +00:00
parent 467d67971c
commit 352329c3a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349399

View File

@ -11,4 +11,6 @@ MASTERDIR= ${.CURDIR}/../netcdf
WITH_FORTRAN= yes
MAKE_JOBS_UNSAFE= yes
.include "${MASTERDIR}/Makefile"