1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/science/openkim-models/Makefile
Mark Linimon b57976529f Add compiler:c++11-lang to USES to fix build on gcc-based architectures:
Target "hNN_WT__MD_435082866799_000" requires the language dialect "CXX11"
  (with compiler extensions), but CMake does not know the compile flags to
  use to enable it.

Approved by:	portmgr (tier-2 blanket)
2019-08-11 00:13:02 +00:00

20 lines
432 B
Makefile

# $FreeBSD$
PORTNAME= openkim-models
DISTVERSION= 2019-07-25
CATEGORIES= science
MASTER_SITES= https://s3.openkim.org/archives/collection/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Open Knowledgebase of Interatomic Models
LICENSE= CDDL
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= xxd:editors/vim-console
LIB_DEPENDS= libkim-api.so:science/kim-api
USES= cmake:noninja compiler:c++11-lang fortran tar:txz
.include <bsd.port.mk>