mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
35 lines
910 B
Makefile
35 lines
910 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= OpenSPH
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= g20190519
|
|
PORTREVISION= 1
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library and graphical tools for running SPH and N-body simulations
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libwx_baseu-3.1.so:x11-toolkits/wxgtk31
|
|
|
|
USES= compiler:c++14-lang eigen:3 qmake qt:5
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://gitlab.com
|
|
GL_ACCOUNT= sevecekp
|
|
GL_PROJECT= sph
|
|
GL_COMMIT= 06686fa7f7307bdf8c9261e55b9875aafa278a13
|
|
|
|
QMAKE_SOURCE_PATH= ${WRKSRC}/sph.pro
|
|
|
|
BINARY_ALIAS= wx-config=${LOCALBASE}/bin/wxgtk3u-3.1-config
|
|
|
|
PLIST_FILES= bin/opensph-cli bin/opensph
|
|
|
|
do-install: # https://gitlab.com/sevecekp/sph/issues/2
|
|
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/cli/launcher/launcher ${STAGEDIR}${PREFIX}/bin/opensph-cli
|
|
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gui/launcherGui/launcherGui ${STAGEDIR}${PREFIX}/bin/opensph
|
|
|
|
.include <bsd.port.mk>
|