mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 07:10:05 +02:00
scipy, remove remaining references to python 3.6 (#5685)
This commit is contained in:
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.scipy.org/"
|
||||
COPYRIGHT=" 2001-2002 Enthought, Inc.
|
||||
2003-2019 SciPy Developers"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/scipy/scipy/releases/download/v$portVersion/scipy-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="6de202d30b9e9e0704972f2b9272b1ff1090e2b089ddbdccfcf6271ce5ffb2d9"
|
||||
SOURCE_DIR="scipy-$portVersion"
|
||||
@@ -62,9 +62,7 @@ BUILD_REQUIRES="
|
||||
devel:libopenblas$secondaryArchSuffix
|
||||
devel:libumfpack$secondaryArchSuffix
|
||||
numpy${secondaryArchSuffix}_python3
|
||||
numpy${secondaryArchSuffix}_python36
|
||||
setuptools_python3
|
||||
setuptools_python36
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -72,7 +70,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:gfortran$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:python3.6
|
||||
cmd:python3.7
|
||||
cmd:swig # not sure if actually used
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user