Date: Thu, 30 Jan 2020 14:17:44 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524642 - in head: biology/bolt-lmm biology/gemma biology/treekin cad/calculix-ccx cad/gmsh cad/pdnmesh databases/grass7 devel/ocaml-lacaml games/leela-zero graphics/caffe graphics/gimp... Message-ID: <202001301417.00UEHiI0000722@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Jan 30 14:17:44 2020 New Revision: 524642 URL: https://svnweb.freebsd.org/changeset/ports/524642 Log: Fix math/openblas and bump dependent ports * Fix build on i386 [1] * Fix science/code_saturne build with new openblas [2] * Avoid installing private headers [3] * Prevent build from optimizing for host by correcting build confg [4] * Bump portrevision of dependent ports [5] This is correcting issues from r523749 [1][2][4] and r515970 [3] PR: 231371 Reported by: build cluster [1] Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2] Reported by: many [5] Reviewed by: mat, bapt Approved by: implicit, since this is a build fix Modified: head/biology/bolt-lmm/Makefile (contents, props changed) head/biology/gemma/Makefile (contents, props changed) head/biology/treekin/Makefile (contents, props changed) head/cad/calculix-ccx/Makefile (contents, props changed) head/cad/gmsh/Makefile (contents, props changed) head/cad/pdnmesh/Makefile (contents, props changed) head/databases/grass7/Makefile (contents, props changed) head/devel/ocaml-lacaml/Makefile (contents, props changed) head/games/leela-zero/Makefile (contents, props changed) head/graphics/caffe/Makefile (contents, props changed) head/graphics/gimp-refocus-plugin/Makefile (contents, props changed) head/lang/julia06/Makefile (contents, props changed) head/lang/julia07/Makefile (contents, props changed) head/lang/julia10/Makefile (contents, props changed) head/lang/julia11/Makefile (contents, props changed) head/mail/rspamd-devel/Makefile (contents, props changed) head/mail/rspamd/Makefile (contents, props changed) head/math/R/Makefile (contents, props changed) head/math/adept/Makefile (contents, props changed) head/math/ambit/Makefile (contents, props changed) head/math/armadillo/Makefile (contents, props changed) head/math/blaze/Makefile (contents, props changed) head/math/blazeiterative/Makefile (contents, props changed) head/math/blocksolve95/Makefile (contents, props changed) head/math/bonmin/Makefile (contents, props changed) head/math/casadi/Makefile (contents, props changed) head/math/ceres-solver/Makefile (contents, props changed) head/math/clp/Makefile (contents, props changed) head/math/cminpack/Makefile (contents, props changed) head/math/coinmp/Makefile (contents, props changed) head/math/coinutils/Makefile (contents, props changed) head/math/couenne/Makefile (contents, props changed) head/math/dbcsr/Makefile (contents, props changed) head/math/deal.ii/Makefile (contents, props changed) head/math/elpa/Makefile (contents, props changed) head/math/g2o/Makefile (contents, props changed) head/math/giacxcas/Makefile (contents, props changed) head/math/hmat-oss/Makefile (contents, props changed) head/math/ipopt/Makefile (contents, props changed) head/math/jags/Makefile (contents, props changed) head/math/lapack++/Makefile (contents, props changed) head/math/lapack95/Makefile (contents, props changed) head/math/levmar/Makefile (contents, props changed) head/math/moab/Makefile (contents, props changed) head/math/octave-forge-ltfat/Makefile (contents, props changed) head/math/octave/Makefile (contents, props changed) head/math/openblas/Makefile (contents, props changed) head/math/openblas/pkg-plist (contents, props changed) head/math/openturns/Makefile (contents, props changed) head/math/osi/Makefile (contents, props changed) head/math/primme/Makefile (contents, props changed) head/math/py-numpy/Makefile (contents, props changed) head/math/py-pysparse/Makefile (contents, props changed) head/math/py-scs/Makefile (contents, props changed) head/math/qposases/Makefile (contents, props changed) head/math/scilab/Makefile (contents, props changed) head/math/scs/Makefile (contents, props changed) head/math/sdpa/Makefile (contents, props changed) head/math/suitesparse/Makefile (contents, props changed) head/math/sundials/Makefile (contents, props changed) head/math/superlu/Makefile (contents, props changed) head/math/taucs/Makefile (contents, props changed) head/math/tmv/Makefile (contents, props changed) head/misc/mxnet/Makefile (contents, props changed) head/science/PETSc/Makefile (contents, props changed) head/science/berkeleygw/Makefile (contents, props changed) head/science/chemps2/Makefile (contents, props changed) head/science/code_saturne/Makefile (contents, props changed) head/science/dalton/Makefile (contents, props changed) head/science/dlib-cpp/Makefile (contents, props changed) head/science/elmerfem/Makefile (contents, props changed) head/science/erkale/Makefile (contents, props changed) head/science/fleur/Makefile (contents, props changed) head/science/gamess-us/Makefile (contents, props changed) head/science/gromacs/Makefile (contents, props changed) head/science/harminv/Makefile (contents, props changed) head/science/hypre/Makefile (contents, props changed) head/science/iboview/Makefile (contents, props changed) head/science/lammps/Makefile (contents, props changed) head/science/latte/Makefile (contents, props changed) head/science/libcint/Makefile (contents, props changed) head/science/mbdyn/Makefile (contents, props changed) head/science/mpqc/Makefile (contents, props changed) head/science/multiwfn/Makefile (contents, props changed) head/science/opensim-core/Makefile (contents, props changed) head/science/py-dlib/Makefile (contents, props changed) head/science/py-gpaw/Makefile (contents, props changed) head/science/py-phono3py/Makefile (contents, props changed) head/science/qmcpack/Makefile (contents, props changed) head/science/simbody/Makefile (contents, props changed) Modified: head/biology/bolt-lmm/Makefile ============================================================================== --- head/biology/bolt-lmm/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/biology/bolt-lmm/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= bolt-lmm DISTVERSION= 2.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= https://data.broadinstitute.org/alkesgroup/BOLT-LMM/downloads/ DISTNAME= BOLT-LMM_v${PORTVERSION} Modified: head/biology/gemma/Makefile ============================================================================== --- head/biology/gemma/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/biology/gemma/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= gemma DISTVERSION= 0.98.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org Modified: head/biology/treekin/Makefile ============================================================================== --- head/biology/treekin/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/biology/treekin/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= treekin DISTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= https://www.tbi.univie.ac.at/RNA/packages/source/ DISTNAME= Treekin-${DISTVERSION} Modified: head/cad/calculix-ccx/Makefile ============================================================================== --- head/cad/calculix-ccx/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/cad/calculix-ccx/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= ccx PORTVERSION= 2.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://www.dhondt.de/ PKGNAMEPREFIX= CalculiX- Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/cad/gmsh/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= gmsh DISTVERSION= 4.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/cad/pdnmesh/Makefile ============================================================================== --- head/cad/pdnmesh/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/cad/pdnmesh/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= pdnmesh PORTVERSION= 0.2.2 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} Modified: head/databases/grass7/Makefile ============================================================================== --- head/databases/grass7/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/databases/grass7/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= grass PORTVERSION= 7.6.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= databases geography MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ Modified: head/devel/ocaml-lacaml/Makefile ============================================================================== --- head/devel/ocaml-lacaml/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/devel/ocaml-lacaml/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= lacaml PORTVERSION= 8.0.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MASTER_SITES= https://github.com/mmottl/lacaml/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ocaml- Modified: head/games/leela-zero/Makefile ============================================================================== --- head/games/leela-zero/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/games/leela-zero/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= leela-zero DISTVERSIONPREFIX= v DISTVERSION= 0.17 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MAINTAINER= yuri@FreeBSD.org Modified: head/graphics/caffe/Makefile ============================================================================== --- head/graphics/caffe/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/graphics/caffe/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= caffe PORTVERSION= 1.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= graphics MAINTAINER= eric@camachat.org Modified: head/graphics/gimp-refocus-plugin/Makefile ============================================================================== --- head/graphics/gimp-refocus-plugin/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/graphics/gimp-refocus-plugin/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= refocus PORTVERSION= 0.9.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF PKGNAMEPREFIX= gimp- Modified: head/lang/julia06/Makefile ============================================================================== --- head/lang/julia06/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/lang/julia06/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -4,7 +4,7 @@ PORTNAME= julia PORTVERSION= 0.6.4 DISTVERSIONSUFFIX= -full -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang math MASTER_SITES= https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= 06 Modified: head/lang/julia07/Makefile ============================================================================== --- head/lang/julia07/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/lang/julia07/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -4,7 +4,7 @@ PORTNAME= julia PORTVERSION= 0.7.0 DISTVERSIONSUFFIX= -full -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang math MASTER_SITES= https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= 07 Modified: head/lang/julia10/Makefile ============================================================================== --- head/lang/julia10/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/lang/julia10/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= julia PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -full CATEGORIES= lang math MASTER_SITES= https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/ Modified: head/lang/julia11/Makefile ============================================================================== --- head/lang/julia11/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/lang/julia11/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= julia PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -full CATEGORIES= lang math MASTER_SITES= https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/ Modified: head/mail/rspamd-devel/Makefile ============================================================================== --- head/mail/rspamd-devel/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/mail/rspamd-devel/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,6 +2,7 @@ PORTNAME= rspamd PORTVERSION= 2.3.a1.20191120 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -devel Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/mail/rspamd/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,6 +2,7 @@ PORTNAME= rspamd PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/R/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,6 +3,7 @@ PORTNAME= R DISTVERSION= 3.6.2 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} Modified: head/math/adept/Makefile ============================================================================== --- head/math/adept/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/adept/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= adept DISTVERSION= 2.0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://www.met.reading.ac.uk/clouds/adept/ Modified: head/math/ambit/Makefile ============================================================================== --- head/math/ambit/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/ambit/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,6 +3,7 @@ PORTNAME= ambit DISTVERSIONPREFIX= v DISTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= math PKGNAMESUFFIX= -tensor # avoid clash with shells/ambit Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/armadillo/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= armadillo PORTVERSION= 9.600.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/blaze/Makefile ============================================================================== --- head/math/blaze/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/blaze/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= blaze DISTVERSION= 3.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/downloads/ Modified: head/math/blazeiterative/Makefile ============================================================================== --- head/math/blazeiterative/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/blazeiterative/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= blazeiterative PORTVERSION= g20180409 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/blocksolve95/Makefile ============================================================================== --- head/math/blocksolve95/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/blocksolve95/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= blocksolve95 PORTVERSION= 3.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= math parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/BlockSolve95/ \ http://ftp.mcs.anl.gov/pub/BlockSolve95/ Modified: head/math/bonmin/Makefile ============================================================================== --- head/math/bonmin/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/bonmin/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,6 +3,7 @@ PORTNAME= bonmin DISTVERSIONPREFIX= releases/ DISTVERSION= 1.8.7 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= coin-or- Modified: head/math/casadi/Makefile ============================================================================== --- head/math/casadi/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/casadi/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,6 +2,7 @@ PORTNAME= casadi DISTVERSION= 3.5.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/ceres-solver/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= ceres-solver DISTVERSION= 1.14.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org Modified: head/math/clp/Makefile ============================================================================== --- head/math/clp/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/clp/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,6 +3,7 @@ PORTNAME= Clp DISTVERSION= 1.17.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/${PORTNAME}/ \ http://www.mavetju.org/download/adopted/ Modified: head/math/cminpack/Makefile ============================================================================== --- head/math/cminpack/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/cminpack/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= cminpack PORTVERSION= 1.3.6 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= fernape@FreeBSD.org Modified: head/math/coinmp/Makefile ============================================================================== --- head/math/coinmp/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/coinmp/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= CoinMP PORTVERSION= 1.8.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/CoinMP/ Modified: head/math/coinutils/Makefile ============================================================================== --- head/math/coinutils/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/coinutils/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,6 +2,7 @@ PORTNAME= CoinUtils DISTVERSION= 2.11.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME}/ PKGNAMEPREFIX= coin-or- Modified: head/math/couenne/Makefile ============================================================================== --- head/math/couenne/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/couenne/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,6 +3,7 @@ PORTNAME= couenne DISTVERSIONPREFIX= releases/ DISTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= coin-or- Modified: head/math/dbcsr/Makefile ============================================================================== --- head/math/dbcsr/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/dbcsr/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,6 +3,7 @@ PORTNAME= dbcsr DISTVERSIONPREFIX= v DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/deal.ii/Makefile ============================================================================== --- head/math/deal.ii/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/deal.ii/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= deal.II DISTVERSIONPREFIX= v DISTVERSION= 9.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/elpa/Makefile ============================================================================== --- head/math/elpa/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/elpa/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,6 +2,7 @@ PORTNAME= elpa DISTVERSION= 2019.05.002 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://elpa.mpcdf.mpg.de/html/Releases/${DISTVERSION}/ Modified: head/math/g2o/Makefile ============================================================================== --- head/math/g2o/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/g2o/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,6 +2,7 @@ PORTNAME= g2o DISTVERSION= 20170730_git-239 +PORTREVISION= 1 DISTVERSIONSUFFIX= -ge7b5b7a CATEGORIES= math Modified: head/math/giacxcas/Makefile ============================================================================== --- head/math/giacxcas/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/giacxcas/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,6 +3,7 @@ PORTNAME= giacxcas DISTVERSION= 1.5.0-69 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \ http://www-fourier.ujf-grenoble.fr/~parisse/giac/freebsd/ Modified: head/math/hmat-oss/Makefile ============================================================================== --- head/math/hmat-oss/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/hmat-oss/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= hmat-oss DISTVERSION= 1.5.0-348 DISTVERSIONSUFFIX= -g76beaf3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/ipopt/Makefile ============================================================================== --- head/math/ipopt/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/ipopt/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= Ipopt DISTVERSION= 3.12.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= https://www.coin-or.org/download/source/Ipopt/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/:metis \ Modified: head/math/jags/Makefile ============================================================================== --- head/math/jags/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/jags/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= mcmc-jags DISTVERSION= 4.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF/mcmc-jags/JAGS/${S}.x/Source/:1 \ SF/mcmc-jags/Examples/${S}.x/:2 \ Modified: head/math/lapack++/Makefile ============================================================================== --- head/math/lapack++/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/lapack++/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= lapack++ PORTVERSION= 2.5.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= SF/lapackpp \ http://math.nist.gov/lapack++/:doc Modified: head/math/lapack95/Makefile ============================================================================== --- head/math/lapack95/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/lapack95/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= lapack95 PORTVERSION= 1.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= math MASTER_SITES= NL DISTNAME= ${PORTNAME} Modified: head/math/levmar/Makefile ============================================================================== --- head/math/levmar/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/levmar/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= levmar PORTVERSION= 2.6 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MASTER_SITES= http://users.ics.forth.gr/~lourakis/levmar/ Modified: head/math/moab/Makefile ============================================================================== --- head/math/moab/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/moab/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= moab DISTVERSION= 5.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ Modified: head/math/octave-forge-ltfat/Makefile ============================================================================== --- head/math/octave-forge-ltfat/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/octave-forge-ltfat/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= octave-forge-ltfat PORTVERSION= 2.3.1 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= math Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/octave/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= GNU Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/openblas/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,6 +3,7 @@ PORTNAME= openblas PORTVERSION= 0.3.7 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= math @@ -36,11 +37,11 @@ USE_PERL5= build OPENBLAS_SVER= 0 TEST_TARGET= tests -BUILDFLAGS= FCOMMON_OPT=-frecursive MAKE_NB_JOBS=-1 +PLIST_SUB+= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= INTERFACE64 OPENMP -OPTIONS_DEFINE_i386= AVX AVX2 DYNAMIC_ARCH -OPTIONS_DEFINE_amd64= AVX AVX2 DYNAMIC_ARCH +OPTIONS_DEFINE_i386= AVX AVX2 DYNAMIC_ARCH +OPTIONS_DEFINE_amd64= AVX AVX2 DYNAMIC_ARCH OPTIONS_DEFINE_powerpc64= POWER6 OPTIONS_EXCLUDE_powerpc64= OPENMP @@ -67,46 +68,20 @@ TARGET_CPU_ARCH= PPC970 . endif .endif -.if defined(TARGET_CPU_ARCH) -BUILDFLAGS+= TARGET=${TARGET_CPU_ARCH} -MAKE_ENV+= TARGET=${TARGET_CPU_ARCH} -.endif +MAXTHREADS?= 64 -MAXTHREADS?= 64 -BUILDFLAGS_THREAD+= NUM_THREADS=${MAXTHREADS} USE_THREAD=1 - -.if ${ARCH:M*64} == "" -BUILDFLAGS+= BINARY32=1 -.else -BUILDFLAGS+= BINARY64=1 -.endif - .if ! ${PORT_OPTIONS:MDYNAMIC_ARCH} && ( ${ARCH} == "amd64" || ${ARCH} == "i386" ) MANUAL_PACKAGE_BUILD= Optimizes for the build machine. .endif .if ${PORT_OPTIONS:MDYNAMIC_ARCH} -BUILDFLAGS+= DYNAMIC_ARCH=1 PLIST_SUB+= DYNARCH="" .else PLIST_SUB+= DYNARCH="@comment " .endif -.if ${PORT_OPTIONS:MINTERFACE64} -BUILDFLAGS+= INTERFACE64=1 -.endif - -.if ! ${PORT_OPTIONS:MAVX} -BUILDFLAGS+= NO_AVX=1 -.endif - -.if ! ${PORT_OPTIONS:MAVX2} -BUILDFLAGS+= NO_AVX2=1 -.endif - .if ${PORT_OPTIONS:MOPENMP} -USES+= compiler:openmp -BUILDFLAGS_THREAD+= USE_OPENMP=1 +USES+= compiler:openmp .else USES+= compiler:c11 .endif @@ -123,6 +98,35 @@ post-extract: cd ${DISTDIR}/${DIST_SUBDIR} ; \ ${CP} ${LARGE_FILE} ${TIMING_FILE} ${WRKSRC} +post-patch: + @${ECHO} MAKE_NB_JOBS=-1 >> ${WRKSRC}/Makefile.rule + @${ECHO} NUM_THREADS=${MAXTHREADS} >> ${WRKSRC}/Makefile.rule + @${ECHO} USE_THREAD=1 >> ${WRKSRC}/Makefile.rule +.if ! ${PORT_OPTIONS:MAVX} + @${ECHO} NO_AVX=1 >> ${WRKSRC}/Makefile.rule +.endif +.if ! ${PORT_OPTIONS:MAVX2} + @${ECHO} NO_AVX2=1 >> ${WRKSRC}/Makefile.rule +.endif +.if ${PORT_OPTIONS:MDYNAMIC_ARCH} + @${ECHO} DYNAMIC_ARCH=1 >> ${WRKSRC}/Makefile.rule + @${ECHO} DYNAMIC_OLDER=1 >> ${WRKSRC}/Makefile.rule +.endif +.if defined(TARGET_CPU_ARCH) + @${ECHO} TARGET=${TARGET_CPU_ARCH} >> ${WRKSRC}/Makefile.rule +.endif +.if ${PORT_OPTIONS:MINTERFACE64} + @${ECHO} INTERFACE64=1 >> ${WRKSRC}/Makefile.rule +.endif +.if ${PORT_OPTIONS:MOPENMP} + @${ECHO} USE_OPENMP=1 >> ${WRKSRC}/Makefile.rule +.endif +.if ${ARCH:M*64} == "" + @${ECHO} BINARY=32 >> ${WRKSRC}/Makefile.rule +.else + @${ECHO} BINARY=64 >> ${WRKSRC}/Makefile.rule +.endif + post-patch-OPENMP-on: @${REINPLACE_CMD} -e "s+OPENBLAS_NUM_THREADS+OMP_NUM_THREADS+g" \ ${WRKSRC}/test/Makefile \ @@ -136,35 +140,7 @@ BENCHMARK_THREADS_FLAG= OPENBLAS_NUM_THREADS=${BENCHMA .endif benchmark: build - cd ${WRKSRC} ; ${SETENV} ${BUILDFLAGS} NUM_THREADS=${MAXTHREADS} \ - USE_THREAD=1 ${MAKE_CMD} ${MAKE_ARGS} hpl - cd ${WRKSRC}/benchmark ; ${SETENV} ${BUILDFLAGS} NUM_THREADS=${MAXTHREADS} \ - USE_THREAD=1 ${BENCHMARK_THREADS_FLAG} ${MAKE_CMD} ${MAKE_ARGS} - -post-install: - cd ${WRKSRC} && \ - ${FIND} . -name 'common*.h' -print | ${XARGS} ${BASENAME} | ${XARGS} -I {} ${MV} {} openblas_{} - ${MV} ${WRKSRC}/version.h ${WRKSRC}/openblas_version.h - ${MV} ${WRKSRC}/param.h ${WRKSRC}/openblas_param.h - ${MV} ${WRKSRC}/cpuid.h ${WRKSRC}/openblas_cpuid.h - ${MV} ${WRKSRC}/config.h ${WRKSRC}/openblas_config.h - ${REINPLACE_CMD} \ - -e 's/"common.h"/"openblas_common.h"/' \ - -e 's/"version.h"/"openblas_version.h"/' \ - -e 's/"param.h"/"openblas_param.h"/' \ - -e 's/"cpuid.h"/"openblas_cpuid.h"/' \ - -e 's/"config.h"/"openblas_config.h"/' \ - -e 's/"common_/"openblas_common_/' \ - ${WRKSRC}/*.h \ - ${WRKSRC}/*.c \ - ${WRKSRC}/interface/*.c - ${MKDIR} ${STAGEDIR}${PREFIX}/include/openblas - ${INSTALL_DATA} ${WRKSRC}/openblas_*.h ${STAGEDIR}${PREFIX}/include/openblas - ${INSTALL_DATA} ${WRKSRC}/cblas.h ${WRKSRC}/config_last.h ${WRKSRC}/l1param.h ${WRKSRC}/l2param.h ${WRKSRC}/symcopy.h \ - ${STAGEDIR}${PREFIX}/include/openblas - ${MV} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}_*-r${PORTVERSION}.a ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.a - ${MV} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}_*-r${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.${OPENBLAS_SVER} - ${RM} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so - ${LN} -sf lib${PORTNAME}.so.${OPENBLAS_SVER} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so + cd ${WRKSRC} ; ${SETENV} ${MAKE_CMD} ${MAKE_ARGS} hpl + cd ${WRKSRC}/benchmark ; ${SETENV} ${BENCHMARK_THREADS_FLAG} ${MAKE_CMD} ${MAKE_ARGS} .include <bsd.port.post.mk> Modified: head/math/openblas/pkg-plist ============================================================================== --- head/math/openblas/pkg-plist Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/openblas/pkg-plist Thu Jan 30 14:17:44 2020 (r524642) @@ -4,49 +4,11 @@ include/lapacke.h include/lapacke_config.h include/lapacke_mangling.h include/lapacke_utils.h -include/openblas/cblas.h -include/openblas/config_last.h -include/openblas/l1param.h -include/openblas/l2param.h -include/openblas/openblas_common.h -include/openblas/openblas_common_alpha.h -include/openblas/openblas_common_arm.h -include/openblas/openblas_common_arm64.h -include/openblas/openblas_common_c.h -include/openblas/openblas_common_d.h -include/openblas/openblas_common_ia64.h -include/openblas/openblas_common_interface.h -include/openblas/openblas_common_lapack.h -include/openblas/openblas_common_level1.h -include/openblas/openblas_common_level2.h -include/openblas/openblas_common_level3.h -include/openblas/openblas_common_linux.h -include/openblas/openblas_common_macro.h -include/openblas/openblas_common_mips.h -include/openblas/openblas_common_mips64.h -include/openblas/openblas_common_param.h -include/openblas/openblas_common_power.h -include/openblas/openblas_common_q.h -include/openblas/openblas_common_reference.h -include/openblas/openblas_common_s.h -include/openblas/openblas_common_sparc.h -include/openblas/openblas_common_stackalloc.h -include/openblas/openblas_common_thread.h -include/openblas/openblas_common_x.h -include/openblas/openblas_common_x86.h -include/openblas/openblas_common_x86_64.h -include/openblas/openblas_common_z.h -include/openblas/openblas_common_zarch.h -include/openblas/openblas_config.h -include/openblas/openblas_cpuid.h -include/openblas/openblas_config_template.h -include/openblas/openblas_param.h -include/openblas/openblas_version.h -include/openblas/symcopy.h include/openblas_config.h lib/cmake/openblas/OpenBLASConfig.cmake lib/cmake/openblas/OpenBLASConfigVersion.cmake lib/libopenblas.a lib/libopenblas.so -lib/libopenblas.so.0 +lib/libopenblasp-r%%PORTVERSION%%.a +lib/libopenblasp-r%%PORTVERSION%%.so libdata/pkgconfig/openblas.pc Modified: head/math/openturns/Makefile ============================================================================== --- head/math/openturns/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/openturns/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v DISTVERSION= 1.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/osi/Makefile ============================================================================== --- head/math/osi/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/osi/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,6 +2,7 @@ PORTNAME= Osi DISTVERSION= 0.108.5 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME}/ PKGNAMEPREFIX= coin-or- Modified: head/math/primme/Makefile ============================================================================== --- head/math/primme/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/primme/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,6 +3,7 @@ PORTNAME= primme DISTVERSIONPREFIX= v DISTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/py-numpy/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= numpy PORTVERSION= 1.16.5 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP \ Modified: head/math/py-pysparse/Makefile ============================================================================== --- head/math/py-pysparse/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/py-pysparse/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= pysparse PORTVERSION= 1.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-scs/Makefile ============================================================================== --- head/math/py-scs/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/py-scs/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= scs DISTVERSION= 2.1.1-2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/qposases/Makefile ============================================================================== --- head/math/qposases/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/qposases/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= qpOASES DISTVERSION= 3.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME}/ PKGNAMEPREFIX= coin-or- Modified: head/math/scilab/Makefile ============================================================================== --- head/math/scilab/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/scilab/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= scilab PORTVERSION= 5.5.2 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math cad java MASTER_SITES= https://www.scilab.org/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} Modified: head/math/scs/Makefile ============================================================================== --- head/math/scs/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/scs/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= scs DISTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/sdpa/Makefile ============================================================================== --- head/math/sdpa/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/sdpa/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= sdpa PORTVERSION= 7.3.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \ DEBIAN/pool/main/m/mumps:mumps Modified: head/math/suitesparse/Makefile ============================================================================== --- head/math/suitesparse/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/suitesparse/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= suitesparse DISTVERSION= 5.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://faculty.cse.tamu.edu/davis/SuiteSparse/ \ https://mirror.sobukus.de/files/src/suitesparse/ Modified: head/math/sundials/Makefile ============================================================================== --- head/math/sundials/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/sundials/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= sundials DISTVERSION= 3.1.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= https://computation.llnl.gov/projects/sundials/download/ Modified: head/math/superlu/Makefile ============================================================================== --- head/math/superlu/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/superlu/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= superlu PORTVERSION= 5.2.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MASTER_SITES= http://crd-legacy.lbl.gov/~xiaoye/SuperLU/ \ http://crd-legacy.lbl.gov/~xiaoye/:doc Modified: head/math/taucs/Makefile ============================================================================== --- head/math/taucs/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/taucs/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= taucs PORTVERSION= 2.2 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MASTER_SITES= http://www.tau.ac.il/~stoledo/taucs/${PORTVERSION}/ \ LOCAL/bf Modified: head/math/tmv/Makefile ============================================================================== --- head/math/tmv/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/math/tmv/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= tmv DISTVERSIONPREFIX= v DISTVERSION= 0.75 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/misc/mxnet/Makefile ============================================================================== --- head/misc/mxnet/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/misc/mxnet/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= mxnet DISTVERSION= 1.6.0 DISTVERSIONSUFFIX= .rc0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc # machine-learning PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/science/PETSc/Makefile ============================================================================== --- head/science/PETSc/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/science/PETSc/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= PETSc DISTVERSION= 3.10.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science devel MASTER_SITES= http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} Modified: head/science/berkeleygw/Makefile ============================================================================== --- head/science/berkeleygw/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/science/berkeleygw/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= BerkeleyGW DISTVERSION= 2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= https://berkeley.box.com/shared/static/ DISTFILES= wkqu37wu77tll53r8t1soe6ozqja67yy.gz Modified: head/science/chemps2/Makefile ============================================================================== --- head/science/chemps2/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/science/chemps2/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ PORTNAME= CheMPS2 DISTVERSIONPREFIX= v DISTVERSION= 1.8.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org Modified: head/science/code_saturne/Makefile ============================================================================== --- head/science/code_saturne/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/science/code_saturne/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -4,7 +4,7 @@ PORTNAME= code_saturne PORTVERSION= 6.0.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science parallel MAINTAINER= thierry@FreeBSD.org @@ -45,8 +45,8 @@ OPTIONS_DEFAULT= BATCH BLAS MPI METIS OPTIONS_RADIO= METIS OPTIONS_RADIO_METIS= METIS PARMETIS BLAS_USES= blaslapack -BLAS_CONFIGURE_ON= --with-blas=yes --with-blas-type=BLAS -BLAS_LIB_DEPENDS= libcblas.so:math/cblas +BLAS_CONFIGURE_ON= --with-blas=yes --with-blas-lib=${LOCALBASE}/lib --with-blas-libs=-lopenblas +BLAS_LIB_DEPENDS= libopenblas.so:math/openblas BATCH_DESC= Use Torque to submit batches BATCH_RUN_DEPENDS= pbs-config:sysutils/torque MPI_LIB_DEPENDS= libmpi.so:net/mpich Modified: head/science/dalton/Makefile ============================================================================== --- head/science/dalton/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/science/dalton/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,6 +2,7 @@ PORTNAME= dalton DISTVERSION= 2018.2 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org Modified: head/science/dlib-cpp/Makefile ============================================================================== --- head/science/dlib-cpp/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/science/dlib-cpp/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= dlib DISTVERSION= 19.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science devel math MASTER_SITES= http://dlib.net/files/ PKGNAMESUFFIX= -cpp Modified: head/science/elmerfem/Makefile ============================================================================== --- head/science/elmerfem/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/science/elmerfem/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,6 +3,7 @@ PORTNAME= elmerfem PORTVERSION= 8.4 +PORTREVISION= 1 DISTVERSIONPREFIX= release- CATEGORIES= science Modified: head/science/erkale/Makefile ============================================================================== --- head/science/erkale/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/science/erkale/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,6 +2,7 @@ PORTNAME= erkale DISTVERSION= g20200110 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org Modified: head/science/fleur/Makefile ============================================================================== --- head/science/fleur/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/science/fleur/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= fleur DISTVERSION= 0.27-3 # Release 3 of Version 0.27 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MASTER_SITES= http://www.flapw.de/pm/uploads/FLEUR/ DISTNAME= fleurMaXR${DISTVERSION:C/.*-//} Modified: head/science/gamess-us/Makefile ============================================================================== --- head/science/gamess-us/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/science/gamess-us/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -2,7 +2,7 @@ PORTNAME= gamess DISTVERSION= 20181013 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science PKGNAMESUFFIX= -us # "US" fork DISTNAME= gamess-current Modified: head/science/gromacs/Makefile ============================================================================== --- head/science/gromacs/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/science/gromacs/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,6 +3,7 @@ PORTNAME= gromacs DISTVERSION= 2020 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ Modified: head/science/harminv/Makefile ============================================================================== --- head/science/harminv/Makefile Thu Jan 30 13:51:13 2020 (r524641) +++ head/science/harminv/Makefile Thu Jan 30 14:17:44 2020 (r524642) @@ -3,7 +3,7 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001301417.00UEHiI0000722>