Skip to content

Commit e3af894

Browse files
authored
Update python3-numpy, python3-contourpy and python3-scipy modules (#43)
Modified json build files. Added module six=1.17.0, as dateutil requirement. Updated many modules. openblas=v0.3.30 lapack=v3.12.1 meson-python=0.18.0 packaging-25=25.0 pyproject-metadata=0.9.1 typing-extensions=4.15.0 setuptools-scm=9.2.0 pybind11=3.0.1 cython=3.1.4 numpy=2.3.3 contourpy=1.3.3 flit-core=3.12.0 tomli=2.2.1 certifi=2025.8.3 cppy=1.3.1 pillow=11.3.0 cycler=0.12.1 kiwisolver=1.4.9 pyparsing=3.2.5 python_dateutil=2.9.0.post0 beniget=0.4.2.post1 gast=0.6.0 pythran=0.18.0 scipy=1.16.2 fonttools=4.60.0 matplotlib=3.10.6 Updated qhull's config to use -DCMAKE_POLICY_VERSION_MINIMUM=3.5. Updated cython and pillow's config, to conform to python.
1 parent 276075c commit e3af894

File tree

2 files changed

+75
-60
lines changed

2 files changed

+75
-60
lines changed

io.github.itprojects.MasVisGtk.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id" : "io.github.itprojects.MasVisGtk",
33
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "47",
4+
"runtime-version" : "49",
55
"sdk" : "org.gnome.Sdk",
66
"command" : "masvisgtk",
77
"finish-args" : [
@@ -39,8 +39,8 @@
3939
"sources":[
4040
{
4141
"type":"archive",
42-
"url":"https://github.com/OpenMathLib/OpenBLAS/archive/refs/tags/v0.3.28.tar.gz",
43-
"sha256":"f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1"
42+
"url":"https://github.com/OpenMathLib/OpenBLAS/archive/refs/tags/v0.3.30.tar.gz",
43+
"sha256":"27342cff518646afb4c2b976d809102e368957974c250a25ccc965e53063c95d"
4444
}
4545
]
4646
},
@@ -61,16 +61,17 @@
6161
"sources":[
6262
{
6363
"type":"archive",
64-
"url":"https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.12.0.tar.gz",
65-
"sha256":"eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b"
64+
"url":"https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.12.1.tar.gz",
65+
"sha256":"2ca6407a001a474d4d4d35f3a61550156050c48016d949f0da0529c0aa052422"
6666
}
6767
]
6868
},
6969
{
7070
"name": "qhull",
7171
"buildsystem": "cmake-ninja",
7272
"config-opts":[
73-
"-DBUILD_STATIC_LIBS=OFF"
73+
"-DBUILD_STATIC_LIBS=OFF",
74+
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
7475
],
7576
"sources": [
7677
{

0 commit comments

Comments
 (0)