freebsd-ports/devel/json-fortran/Makefile
Yuri Victorovich bbe9e1bae5 devel/json-fortran: Broken on aarch64
Reported by:	fallout
2023-08-24 22:51:59 -07:00

24 lines
569 B
Makefile

PORTNAME= json-fortran
DISTVERSION= 8.3.0-8
DISTVERSIONSUFFIX= -gd296de8a4
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Modern Fortran JSON API
WWW= https://github.com/jacobwilliams/json-fortran/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= compilation fails: Cannot find an intrinsic module named 'ieee_arithmetic'
USES= cmake:testing fortran
USE_GITHUB= yes
GH_ACCOUNT= jacobwilliams
CMAKE_ON= USE_GNU_INSTALL_CONVENTION
# all tests fail, see https://github.com/jacobwilliams/json-fortran/issues/539
.include <bsd.port.mk>