Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spack_tuda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Inghirami, Gabriele
spack_tuda
Commits
5ea4d044
Unverified
Commit
5ea4d044
authored
4 months ago
by
Adam J. Stewart
Committed by
GitHub
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
py-scipy: add v1.15.2 (#49074)
parent
49bf5a34
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
var/spack/repos/builtin/packages/nrm/package.py
+0
-4
0 additions, 4 deletions
var/spack/repos/builtin/packages/nrm/package.py
var/spack/repos/builtin/packages/py-scipy/package.py
+3
-0
3 additions, 0 deletions
var/spack/repos/builtin/packages/py-scipy/package.py
with
3 additions
and
4 deletions
var/spack/repos/builtin/packages/nrm/package.py
+
0
−
4
View file @
5ea4d044
...
@@ -13,10 +13,6 @@ class Nrm(PythonPackage):
...
@@ -13,10 +13,6 @@ class Nrm(PythonPackage):
version
(
"
0.1.0
"
,
sha256
=
"
911a848042fa50ed216c818e0667bcd3e4219687eb5a35476b7313abe12106dc
"
)
version
(
"
0.1.0
"
,
sha256
=
"
911a848042fa50ed216c818e0667bcd3e4219687eb5a35476b7313abe12106dc
"
)
depends_on
(
"
py-setuptools
"
,
type
=
(
"
build
"
))
depends_on
(
"
py-setuptools
"
,
type
=
(
"
build
"
))
# using py-pip@23.1 results in
# ValueError: ZIP does not support timestamps before 1980
depends_on
(
"
py-pip@:23.0
"
,
type
=
"
build
"
)
depends_on
(
"
py-six
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-six
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pyzmq@17.1.2
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pyzmq@17.1.2
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pyyaml
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-pyyaml
"
,
type
=
(
"
build
"
,
"
run
"
))
...
...
This diff is collapsed.
Click to expand it.
var/spack/repos/builtin/packages/py-scipy/package.py
+
3
−
0
View file @
5ea4d044
...
@@ -17,6 +17,7 @@ class PyScipy(PythonPackage):
...
@@ -17,6 +17,7 @@ class PyScipy(PythonPackage):
license
(
"
BSD-3-Clause
"
)
license
(
"
BSD-3-Clause
"
)
version
(
"
main
"
,
branch
=
"
main
"
)
version
(
"
main
"
,
branch
=
"
main
"
)
version
(
"
1.15.2
"
,
sha256
=
"
cd58a314d92838f7e6f755c8a2167ead4f27e1fd5c1251fd54289569ef3495ec
"
)
version
(
"
1.15.1
"
,
sha256
=
"
033a75ddad1463970c96a88063a1df87ccfddd526437136b6ee81ff0312ebdf6
"
)
version
(
"
1.15.1
"
,
sha256
=
"
033a75ddad1463970c96a88063a1df87ccfddd526437136b6ee81ff0312ebdf6
"
)
version
(
"
1.15.0
"
,
sha256
=
"
300742e2cc94e36a2880ebe464a1c8b4352a7b0f3e36ec3d2ac006cdbe0219ac
"
)
version
(
"
1.15.0
"
,
sha256
=
"
300742e2cc94e36a2880ebe464a1c8b4352a7b0f3e36ec3d2ac006cdbe0219ac
"
)
version
(
"
1.14.1
"
,
sha256
=
"
5a275584e726026a5699459aa72f828a610821006228e841b94275c4a7c08417
"
)
version
(
"
1.14.1
"
,
sha256
=
"
5a275584e726026a5699459aa72f828a610821006228e841b94275c4a7c08417
"
)
...
@@ -195,6 +196,8 @@ class PyScipy(PythonPackage):
...
@@ -195,6 +196,8 @@ class PyScipy(PythonPackage):
# Intel OneAPI ifx claims to support -fvisibility, but this does not work.
# Intel OneAPI ifx claims to support -fvisibility, but this does not work.
# Meson adds this flag for all Python extensions which include Fortran code.
# Meson adds this flag for all Python extensions which include Fortran code.
conflicts
(
"
%oneapi@:2023.0
"
,
when
=
"
@1.9:
"
)
conflicts
(
"
%oneapi@:2023.0
"
,
when
=
"
@1.9:
"
)
# Unknown build error, version ranges may be incorrect
conflicts
(
"
%oneapi@2024:
"
,
when
=
"
@:1.8
"
)
# error: expected unqualified-id (exact compiler versions unknown)
# error: expected unqualified-id (exact compiler versions unknown)
conflicts
(
"
%apple-clang@15:
"
,
when
=
"
@:1.9
"
)
conflicts
(
"
%apple-clang@15:
"
,
when
=
"
@:1.9
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment