aboutsummaryrefslogtreecommitdiff
path: root/science/py-scipy
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* science/py-scipy: Update 1.5.4 -> 1.6.0Yuri Victorovich2021-01-232-11/+11
| | | | Notes: svn path=/head/; revision=562372
* science/py-scipy: fix build on GCC architecturesPiotr Kubaj2021-01-041-1/+1
| | | | | | | | | /usr/local/lib/python3.7/site-packages/pybind11/include/pybind11/detail/common.h:65:6: error: #error pybind11 requires gcc 4.8 or newer MFH: 2021Q1 Notes: svn path=/head/; revision=560348
* science/py-scipy: Remove the recently added USES=blaslapack:openblas because ↵Yuri Victorovich2020-12-251-1/+2
| | | | | | | | | | | | | LIB_DEPENDS=libblas.so:math/blas provides blas It does build with libblas.so:math/blas, but doesn't with blaslapack:openblas. PR: 251718 Reported by: thierry Approved by: python (correction of the previous recent commit r559036) Notes: svn path=/head/; revision=559210
* 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-scipy: Update 1.2.2 -> 1.5.4Yuri Victorovich2020-12-232-11/+11
| | | | | | | | PR: 251718 Approved by: python (maintainer's timeout; 14 days) Notes: svn path=/head/; revision=559036
* science/py-scipy: Unbreak build with GCC 10Tobias Kortkamp2020-07-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f:666:35: 383 | call svout (logfil, 1, rnorm, ndigit, | 2 ...... 666 | call svout (logfil, 2, rtemp, ndigit, | 1 Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f:737:39: 383 | call svout (logfil, 1, rnorm, ndigit, | 2 ...... 737 | call svout (logfil, 2, rtemp, ndigit, | 1 Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) gfortran10:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsesrt.f scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f:671:35: 369 | call dvout (logfil, 1, rnorm, ndigit, | 2 ...... 671 | call dvout (logfil, 2, xtemp, ndigit, | 1 Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f:743:39: 369 | call dvout (logfil, 1, rnorm, ndigit, | 2 ...... 743 | call dvout (logfil, 2, xtemp, ndigit, | 1 Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/py27-scipy-1.2.2_1.log http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/py37-scipy-1.2.2_1.log A better fix would be to update this port to >= 1.5.1 which should support GCC 10 out of the box and would allow -std=legacy to be removed again. PR: 246700 Notes: svn path=/head/; revision=541273
* Revert r524969 and unbreak bulk -aAntoine Brodin2020-02-022-16/+13
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=524977
* math/py-scipy: Update to version 1.4.1Joseph Mingrone2020-02-022-13/+16
| | | | | | | | | | | | | Major changes since version 1.2.2: https://github.com/scipy/scipy/releases/tag/v1.4.1 https://github.com/scipy/scipy/releases/tag/v1.4.0 https://github.com/scipy/scipy/releases/tag/v1.3.0 Approved by: python (swills) Differential Revision: https://reviews.freebsd.org/D23447 Notes: svn path=/head/; revision=524969
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+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
* Update to 1.2.2Sunpoet Po-Chuan Hsieh2019-07-072-13/+15
| | | | | | | | | Changes: https://github.com/scipy/scipy/releases PR: 238965 Exp-run by: antoine Notes: svn path=/head/; revision=506177
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-0/+1
| | | | | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl Notes: svn path=/head/; revision=499638
* - Update to 1.2.0Wen Heping2019-01-012-7/+6
| | | | | | | | | PR: 234320 Submitted by: wenheping2000@hotmail.com Exp-run by: antoine@ Notes: svn path=/head/; revision=488862
* 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
* Update MASTER_SITESSunpoet Po-Chuan Hsieh2018-10-061-1/+1
| | | | Notes: svn path=/head/; revision=481336
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* - Update to 1.1.0Wen Heping2018-05-242-8/+7
| | | | | | | | | PR: 228257 Submitted by: wen@(myself) Exp-run by: antoine@ Notes: svn path=/head/; revision=470774
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Simplify MakefileSunpoet Po-Chuan Hsieh2018-02-251-8/+6
| | | | | | | | | - Use post-patch: instead of post-extract: - Silence patch messages - Install scipy-ref-PORTVERSION.pdf from DISTDIR directly Notes: svn path=/head/; revision=462910
* Update WWWSunpoet Po-Chuan Hsieh2018-02-241-1/+1
| | | | Notes: svn path=/head/; revision=462869
* Remove dependency on swigBaptiste Daroussin2017-12-201-3/+2
| | | | | | | | I can't find any direct call to the swig binary in the code meaning having swig as a run time dependency should not be a requirement Notes: svn path=/head/; revision=456834
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=449591
* - Fix build with gcc5Martin Wilke2017-05-051-1/+3
| | | | | | | PR: 218780 Notes: svn path=/head/; revision=440160
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* - Update to 0.19.0Wen Heping2017-03-192-8/+7
| | | | Notes: svn path=/head/; revision=436458
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-0/+1
| | | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry Notes: svn path=/head/; revision=428057
* - Update to 0.18.1Wen Heping2016-10-062-5/+9
| | | | Notes: svn path=/head/; revision=423402
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 0.16.1Sunpoet Po-Chuan Hsieh2015-11-092-6/+7
| | | | | | | | | | - Add CHEESESHOP to MASTER_SITES - Add LICENSE_FILE Changes: https://github.com/scipy/scipy/releases Notes: svn path=/head/; revision=401141
* - Strip shared librarySunpoet Po-Chuan Hsieh2015-10-091-0/+4
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=398948
* - Update to 0.16.0Sunpoet Po-Chuan Hsieh2015-10-042-12/+9
| | | | | | | | | | | - Sort USE_PYTHON - Convert to new options target helper - Cosmetic change Changes: https://github.com/scipy/scipy/releases Notes: svn path=/head/; revision=398587
* - Cleanup MakefileSunpoet Po-Chuan Hsieh2015-04-041-5/+2
| | | | | | | - Bump PORTREVISION for dependency changes in r383198 and r383223 Notes: svn path=/head/; revision=383241
* As noted by thierry@ in D2086, scipy inherits blas library to use from numpyDmitry Sivachenko2015-04-041-20/+3
| | | | | | | | | | (via site.cfg). So remove unused OPTIONs from here. Remove check for static ATLAS lib because now ATLAS always builds static version. Remove obsoleted malloc.h --> stdlib.h conversion. Notes: svn path=/head/; revision=383223
* Remove unused deps:Dmitry Sivachenko2015-04-041-3/+1
| | | | | | | | | | | | I see no reference for djbfft in the code; I assume it is obsoleted. fftw3: according to http://www.scipy.org/scipylib/building/linux.html --------- Because of license, configuration, and maintenance issues support for FFTW was removed in versions of SciPy >= 0.7 and NumPy >= 1.2 --------- Notes: svn path=/head/; revision=383198
* - Update to 0.15.1Olivier Duchateau2015-02-072-25/+19
| | | | | | | | | | - Switch to USES= blaslapack Differential Revision: https://reviews.freebsd.org/D1579 Reviewed by: thierry Notes: svn path=/head/; revision=378617
* Fix build after r369447Dmitry Sivachenko2014-09-301-0/+2
| | | | | | | Patch by Thierry Thomas <thierry@FreeBSD.org> Notes: svn path=/head/; revision=369576
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Pass maintainership to python@Sunpoet Po-Chuan Hsieh2014-09-071-1/+1
| | | | Notes: svn path=/head/; revision=367549
* - Use version-coded PDF docs [1]Wen Heping2014-09-072-8/+8
| | | | | | | | | | - Reset maintainer to port@ PR: 193204 [1] Submitted by: John W. O'Brien <john@saltant.com> [1] Notes: svn path=/head/; revision=367492
* - Enable concurrent installation support for different python versionsMarcus von Appen2014-09-021-5/+2
| | | | | | | | | | | | - Remove LATEST_LINK and the usage of math/py-numpy's options - both do not seem to have any value for the port PR: 192893 Submitted by: myself Approved by: wen@ (maintainer) Notes: svn path=/head/; revision=367073
* math/fftw3:Tijl Coosemans2014-08-311-0/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* Modernize pythonBaptiste Daroussin2014-08-291-4/+2
| | | | Notes: svn path=/head/; revision=366514
* Fix packaging with pkg-installAntoine Brodin2014-06-171-2/+2
| | | | Notes: svn path=/head/; revision=358169
* - Fix plist when define DOCS=offWen Heping2014-06-091-3/+2
| | | | | | | | PR: 190642 Reported by: john@saltant.com Notes: svn path=/head/; revision=357112
* - Stage supportWen Heping2014-05-282-15/+9
| | | | | | | | | | - Update to 0.14.0 PR: 190338 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=355633
* - Update LICENSESunpoet Po-Chuan Hsieh2014-04-261-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=352347
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Update to version 0.13.3.Dmitry Sivachenko2014-02-182-8/+8
| | | | | | | maintainer timeout. Notes: svn path=/head/; revision=344863
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-1/+1
| | | | | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=344614
* - Fix distinfoWen Heping2013-11-181-2/+2
| | | | | | | Spotted by: olgeni@ (Thanks!) Notes: svn path=/head/; revision=334211