mirror of https://git.FreeBSD.org/ports.git
27 lines
612 B
Makefile
27 lines
612 B
Makefile
PORTNAME= ncrystal
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.2.8
|
|
CATEGORIES= science # physics
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library for thermal neutron transport in crystals and other materials
|
|
WWW= https://github.com/mctools/ncrystal
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:testing python:build shebangfix
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mctools
|
|
|
|
SHEBANG_FILES= tests/scripts/*
|
|
|
|
CMAKE_TESTING_ON= NCRYSTAL_ENABLE_TESTING \
|
|
NCRYSTAL_ENABLE_CORE_TEST
|
|
|
|
# tests as of 4.2.6: 51% tests passed, 43 tests failed out of 88 (only py_xx tests fail)
|
|
|
|
.include <bsd.port.mk>
|