aboutsummaryrefslogtreecommitdiff
path: root/science/py-GPy
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
|
* scipy 1.5.4 is only compatible with python 3.6+Antoine Brodin2020-12-241-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=559053
* science/py-GPy: Change to USES=python because it builds fine with python-3.7Yuri Victorovich2020-04-081-4/+1
| | | | Notes: svn path=/head/; revision=531095
* Drop dependency on devel/openmpJan Beich2020-03-081-4/+3
| | | | | | | | | | - Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020 Notes: svn path=/head/; revision=528082
* Deprecate some ports using deprecated version of pythonAntoine Brodin2020-03-081-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=528076
* science/py-GPy: Update 1.9.8 -> 1.9.9Yuri Victorovich2019-10-202-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=514863
* devel/openmp: update to 9.0.0Jan Beich2019-09-211-0/+1
| | | | | | | | | | | - Connect tests to the framework to help QA remaining patches - Force rebuild all consumers after https://reviews.llvm.org/D59783 Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/ Notes: svn path=/head/; revision=512535
* science/py-GPy: Update 1.9.6 -> 1.9.8Yuri Victorovich2019-07-282-5/+4
| | | | | | | Reported by: repology Notes: svn path=/head/; revision=507492
* 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/py-GPy: Fix build by explicitly setting the path to libomp.so in ↵Yuri Victorovich2019-05-231-3/+4
| | | | | | | | | xx_DEPENDS lines Reported by: fallout Notes: svn path=/head/; revision=502358
* science/py-GPy: Unbreak on 13: /usr/lib/libomp.so conflicting with the ↵Yuri Victorovich2019-05-191-1/+1
| | | | | | | | | 'openmp' package has been added to 13-CURRENT Reported by: fallout Notes: svn path=/head/; revision=502006
* devel/openmp: phase outJan Beich2019-05-081-0/+1
| | | | | | | | | | | | - Expire after the last version without /usr/lib/libomp.so - Drop SOVERSION for seamless transition (i.e., avoid conditionals) PR: 236907 Approved by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D19767 Notes: svn path=/head/; revision=501030
* - Document incompatibility with python 3.7+Dmitry Marakasov2019-04-051-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=498038
* New port: science/py-GPy: Gaussian process toolboxYuri Victorovich2018-12-183-0/+36
Notes: svn path=/head/; revision=487729