Commit Graph

21 Commits

Author SHA1 Message Date
Jan Beich
befa71e0f3 devel/boost-*: update to 1.71.0
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
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
Tobias Kortkamp
9b8c35db19 science/ALPSCore: Fix OPENMPI2 spelling after r500723 2019-05-04 11:02:15 +00:00
Adam Weinberger
a388e76374 compiler.mk is unhappy if CC/CXX is defined before bsd.port.pre.mk
Reported by:	Peter Jeremy
Submitted by:	mat
2019-05-03 12:30:40 +00:00
Piotr Kubaj
889392b50e science/ALPSCore: fix build with GCC-based architectures
CMake Error at common/cmake/ALPSCommonModuleDefinitions.cmake:194 (target_compile_features):
  target_compile_features The compiler feature "cxx_std_11" is not known to
  CXX compiler

  "GNU"

  version 4.2.1.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20049
2019-04-27 09:30:30 +00:00
Jan Beich
9b21a3a084 devel/boost-*: update to 1.70.0
Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
2019-04-12 06:36:31 +00:00
Tobias Kortkamp
0ce3311721 science/ALPSCore: Mark broken on i386
alea/src/autocorr.cpp:269:7: error: no matching member function for call to 'read'
    s.read("@size", ndview<size_t>(nullptr, &new_size, 0)); // discard
    ~~^~~~

http://beefy1.nyi.freebsd.org/data/112i386-quarterly/491666/logs/errors/ALPSCore-2.2.0_5.log
http://beefy5.nyi.freebsd.org/data/120i386-default/491665/logs/errors/ALPSCore-2.2.0_6.log

- Reset MAINTAINER

PR:		232993
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
2019-02-02 17:53:04 +00:00
Sunpoet Po-Chuan Hsieh
91c3078096 Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR:		233070
Submitted by:	wen
2019-01-05 22:46:53 +00:00
Tobias C. Berner
8a4ab05d84 Update math/eigen3 to 3.3.7
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7
2018-12-26 09:06:34 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +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
Jan Beich
7c879267dc devel/boost-*: update to 1.69.0
Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
2018-12-12 00:15:49 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Sunpoet Po-Chuan Hsieh
c548cd43e8 Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
		https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR:		231009
Exp-run by:	antoine
2018-09-05 22:05:23 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Yuri Victorovich
05894d0400 science/ALPSCore: Update 2.1.1 -> 2.2.0
Now it is broken on 10.

PR:		230010
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
2018-07-28 20:11:30 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +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
Yuri Victorovich
b44027836a science/ALPSCore: Update to 2.1.1
Change log:
https://github.com/ALPSCore/ALPSCore/releases/tag/v2.1.1

Additional port changes:
Added DOCS and DOXYGEN port options.

These options are added to be exactly the same way as
devel/protobuf-c will be after D13651.

IMO, this approach actually has a flaw that it allows
the meaningless combination DOCS=on and DOXYGEN=off.
I meant to discuss this further with portmgr@ but
didn't yet do this.

A better approach would be for DOXYGEN to enable
PORTDOCS and other necessary bits that DOCS normally
enables without actually requiring DOCS to be present.

PR:		224162
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D14146
2018-02-03 22:40:20 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Yuri Victorovich
0026e03cbb New port: science/ALPSCore: Generic algorithms and utilities for condensed matter physics
PR:		223850
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13237
2017-12-03 19:29:13 +00:00