Commit Graph

15 Commits

Author SHA1 Message Date
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Yuri Victorovich
4b21a54932 science/hypre: Update 2.15.1 -> 2.16.0
New github repository is pointed to from their website now.
2019-05-13 07:57:57 +00:00
Gerald Pfeifer
879e75a659 Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
2019-04-22 13:16:33 +00:00
Jan Beich
89f8f8dff8 science/hypre: unbreak with libc++ 8
In file included from FEI_HYPRE_Impl.cxx:22:
In file included from /usr/include/c++/v1/math.h:309:
In file included from /usr/include/c++/v1/type_traits:406:
In file included from /usr/include/c++/v1/cstddef:38:
./../../utilities/version:1:2: error: invalid preprocessing directive
 #!/bin/sh
  ^
./../../utilities/version:2:2: error: invalid preprocessing directive
 #BHEADER**********************************************************************
  ^
./../../utilities/version:3:3: error: invalid preprocessing directive
 # Copyright (c) 2008,  Lawrence Livermore National Security, LLC.
   ^
[...]

PR:		236192
Approved by:	portmgr blanket
2019-03-04 18:35:02 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Yuri Victorovich
ea82ca8128 science/hypre: Update 2.15.0 -> 2.15.1
Reported by:	portscout
2018-10-20 15:47:07 +00:00
Yuri Victorovich
fa50be6457 science/hypre: Update 2.11.2 -> 2.15.0
Port changes:
* Move to GitHub
* Add the NOMPI option
* Update WWW
2018-10-09 01:26:30 +00:00
Yuri Victorovich
f74ad19ff1 science/hypre: Take maintainership 2018-10-08 19:16:50 +00:00
Yuri Victorovich
2ac977ecb2 science/hypre: Change from net/mpich2 to net/mpich
Reset maintainer on request of the mantainer (Pedro F. Giffuni).

PR:		231636
Approved by:	pfg (maintainer)
2018-09-23 18:48:21 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Mark Linimon
96bd3e0303 Mark broken on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-06-08 02:39:46 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Joseph Mingrone
ca72394d1f science/hypre: Fix build with openmpi
- specify full path to mpicc/mpicxx when setting CC/CXX
- specify mpi include/lib dirs
- set WRKSRC_SUBDIR instead of WRKSRC
- whitespace changes

Approved by:	pfg (maintainer)
2017-06-08 19:37:02 +00:00
Joseph Mingrone
16600d0c13 New port, science/hypre: Scalable Linear Solvers and Multigrid Methods
WWW: http://www.llnl.gov/casc/hypre/

PR:		219709
Submitted by:	pfg (maintainer)
Differential Revision:	https://reviews.freebsd.org/D11048
2017-06-08 03:22:39 +00:00