A possible build fix(on pointyhat?)
This commit is contained in:
parent
b382c26ea0
commit
9894e4b8f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182976
1 changed files with 3 additions and 4 deletions
|
@ -21,20 +21,19 @@ EXTRACT_ONLY= ${PORTNAME}.v${PORTVERSION}.tar.gz
|
|||
MAINTAINER= maho@FreeBSD.org
|
||||
COMMENT= DFT++, A density functional software
|
||||
|
||||
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
LIB_DEPENDS+= fftw.2:${PORTSDIR}/math/fftw
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_GMAKE= yes
|
||||
WANT_FORTRAN=yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
FORTRANLIBS= -lgfortranbegin -lgfortran
|
||||
GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../..
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
|
||||
WITH_ATLAS= yes
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue