diff options
author | thierry <thierry@FreeBSD.org> | 2018-05-06 16:16:17 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2018-05-06 16:16:17 +0800 |
commit | 1346eb1d732eae95a210d17582cc291c61b6401d (patch) | |
tree | fcc08d3b6683a45f33f32be056e13a8697808c2c /french | |
parent | 892496d37f3704d703c5a38022e0e953b2c1cc67 (diff) | |
download | freebsd-ports-gnome-1346eb1d732eae95a210d17582cc291c61b6401d.tar.gz freebsd-ports-gnome-1346eb1d732eae95a210d17582cc291c61b6401d.tar.zst freebsd-ports-gnome-1346eb1d732eae95a210d17582cc291c61b6401d.zip |
Since the upgrade of math/suitesparse to 5.2.0, it depends unconditionnaly on
math/metis. Because math/metis and math/metis-edf are conflicting, this means
that the ports which depend on SuiteSparse and on metis-edf became BROKEN.
To solve this problem, this revison switches from metis-edf to the regular
metis.
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index 9b30802c9acc..c3cab045cc77 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -3,7 +3,7 @@ PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= french cad CATEGORIES= french cad @@ -12,7 +12,7 @@ COMMENT= Code_Aster finite element method solver LICENSE= GPLv2 -BROKEN= conflicting dependencies +BROKEN_FreeBSD_12= does not build (sed: ${STAGEDIR}${inst_dir}/${VE}/aster.conf: No such file or directory) #----------------------------------------------------------------------- # You may define these options: @@ -37,13 +37,12 @@ BROKEN= conflicting dependencies BUILD_DEPENDS+= astk-serveur>0:cad/astk-serveur \ ${SHELL_INSTALL_ASTER}:shells/${SHIADEP} \ ${LOCALBASE}/lib/libscotch.a:cad/scotch \ - ${LOCALBASE}/lib/libGKlib.a:math/metis-edf \ pylupdate4:textproc/py-qt4-xml \ gnproc:sysutils/coreutils \ bash:shells/bash \ ${PYNUMPY} LIB_DEPENDS+= libhdf5-18.so:science/hdf5-18 \ - libmetis.so.2:math/metis-edf \ + libmetis.so:math/metis \ libomp.so:devel/openmp \ libmed.so:french/med # libAsterInterface.so:science/mfront @@ -52,8 +51,6 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gnuplot>0:math/py-gnuplot@${PY_FLAVOR} \ ${SHELL_INSTALL_ASTER}:shells/${SHIADEP} \ astk-serveur>0:cad/astk-serveur -BROKEN_FreeBSD_12= does not build (sed: ${STAGEDIR}${inst_dir}/${VE}/aster.conf: No such file or directory) - USES= bison fortran gettext python:2.7 tk USE_BINUTILS= yes USE_QT4= linguisttools_build |