aboutsummaryrefslogtreecommitdiff
path: root/science/ALPSCore
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Use shared OPENMPI_DESCSunpoet Po-Chuan Hsieh2021-03-071-1/+0
| | | | Notes: svn path=/head/; revision=567787
* - Upgrade math/eigen3 to 3.3.8;Thierry Thomas2020-12-121-1/+1
| | | | | | | | | | | | | - Add some dependencies which might be detected by Find_Package but not registered; - Bump PORTREVISION of consumers. PR: 250833 Submitted by: /me Approved by: tcberner@ (KDE / maintainer) + exp-run Notes: svn path=/head/; revision=557839
* - Swap back from net/openmpi3 to net/openmpiDanilo Egea Gondolfo2020-04-211-4/+4
| | | | Notes: svn path=/head/; revision=532424
* - Move OpenMPI support to net/openmpi3. OpenMPI 1 and 2 are deprecatedDanilo Egea Gondolfo2020-04-121-9/+9
| | | | Notes: svn path=/head/; revision=531493
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=509290
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* science/ALPSCore: Fix OPENMPI2 spelling after r500723Tobias Kortkamp2019-05-041-1/+1
| | | | Notes: svn path=/head/; revision=500803
* compiler.mk is unhappy if CC/CXX is defined before bsd.port.pre.mkAdam Weinberger2019-05-031-3/+8
| | | | | | | | Reported by: Peter Jeremy Submitted by: mat Notes: svn path=/head/; revision=500723
* science/ALPSCore: fix build with GCC-based architecturesPiotr Kubaj2019-04-271-1/+1
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=500205
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=498698
* science/ALPSCore: Mark broken on i386Tobias Kortkamp2019-02-021-1/+3
| | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=491966
* Update science/hdf5 to 1.10.4Sunpoet Po-Chuan Hsieh2019-01-051-1/+1
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=489412
* Update math/eigen3 to 3.3.7Tobias C. Berner2018-12-261-1/+1
| | | | | | | | - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6 - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7 Notes: svn path=/head/; revision=488363
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=487266
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-2/+0
| | | | | | | | | | 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 Notes: svn path=/head/; revision=483807
* Update science/hdf5 to 1.10.2Sunpoet Po-Chuan Hsieh2018-09-051-1/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=479046
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-0/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=476723
* science/ALPSCore: Update 2.1.1 -> 2.2.0Yuri Victorovich2018-07-284-16/+50
| | | | | | | | | | Now it is broken on 10. PR: 230010 Submitted by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer) Notes: svn path=/head/; revision=475612
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=467711
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* science/ALPSCore: Update to 2.1.1Yuri Victorovich2018-02-034-20/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=460857
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-0/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=459315
* New port: science/ALPSCore: Generic algorithms and utilities for condensed ↵Yuri Victorovich2017-12-034-0/+186
matter physics PR: 223850 Submitted by: Michael Danilov <mike.d.ft402@gmail.com> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13237 Notes: svn path=/head/; revision=455424