Index: head/science/py-pymatgen/Makefile =================================================================== --- head/science/py-pymatgen/Makefile (revision 523917) +++ head/science/py-pymatgen/Makefile (revision 523918) @@ -1,35 +1,35 @@ # $FreeBSD$ PORTNAME= pymatgen DISTVERSION= 2019.10.16 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python Materials Genomics is a robust materials analysis code LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}monty>=3.0.2:devel/py-monty@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>=2.2:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}palettable>=3.1.1:misc/py-palettable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydispatcher>=2.0.5:devel/py-pydispatcher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.15.6:devel/py-ruamel.yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0.1:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spglib>=1.9.9.44:science/py-spglib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}netCDF4>0:science/py-netCDF4@${PY_FLAVOR} # see https://github.com/materialsproject/pymatgen/issues/1386 -USES= python:3.5+ +USES= compiler:c++11-lang python:3.5+ USE_PYTHON= distutils concurrent autoplist .include Index: head/science/py-pymatgen/files/patch-setup.py =================================================================== --- head/science/py-pymatgen/files/patch-setup.py (nonexistent) +++ head/science/py-pymatgen/files/patch-setup.py (revision 523918) @@ -0,0 +1,18 @@ +--- setup.py.orig 2020-01-23 10:17:29 UTC ++++ setup.py +@@ -31,7 +31,7 @@ if sys.platform.startswith('win') and platform.machine + extra_link_args.append('-Wl,--allow-multiple-definition') + + cpp_extra_link_args = extra_link_args +-cpp_extra_compile_args = ["-Wno-cpp", "-Wno-unused-function", "-O2", "-march=native", '-std=c++11'] ++cpp_extra_compile_args = ["-Wno-cpp", "-Wno-unused-function", "-O2", '-std=c++11'] + if sys.platform.startswith('darwin'): + cpp_extra_compile_args.append("-stdlib=libc++") + cpp_extra_link_args = ["-O2", "-march=native", '-stdlib=libc++'] +@@ -189,4 +189,4 @@ setup( + 'get_environment = pymatgen.cli.get_environment:main', + ] + } +-) +\ No newline at end of file ++) Property changes on: head/science/py-pymatgen/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property