mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Switch to new test framework
- Fix more shebangs Approved by: portmgr blanket
This commit is contained in:
parent
df0ba2e172
commit
94a566384c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505578
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= librsb
|
||||
PORTVERSION= 1.2.0r7
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/librsb
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-rc/}
|
||||
@ -19,11 +19,12 @@ BUILD_DEPENDS= gsed:textproc/gsed \
|
||||
|
||||
USES= fortran compiler:openmp gmake shebangfix libtool
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= qtests
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -fPIC
|
||||
CONFIGURE_ARGS= --enable-fortran-module-install \
|
||||
--enable-matrix-types="double, double complex"
|
||||
SHEBANG_FILES= scripts/*.sh
|
||||
SHEBANG_FILES= scripts/*.sh examples/make.sh.in
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MANUAL_PACKAGE_BUILD= Optimizes for the local machine
|
||||
@ -33,7 +34,4 @@ OPTIONS_DEFINE= DOCS
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E s/sed/gsed/g ${WRKSRC}/scripts/*.sh
|
||||
|
||||
check regression-test test: build
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} qtests
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user