Skip to content

Commit

Permalink
Try to build openblas with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
brunvonlope committed Feb 27, 2025
1 parent 6e3e676 commit a9bb909
Showing 1 changed file with 27 additions and 30 deletions.
57 changes: 27 additions & 30 deletions org.gimp.GIMP.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,36 +794,33 @@
"/lib/pkgconfig"
],
"modules": [
{
"name": "openblas",
"sources": [
{
"type": "archive",
"url": "https://github.com/xianyi/OpenBLAS/archive/v0.3.28.tar.gz",
"sha256": "f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1",
"x-checker-data": {
"type": "anitya",
"project-id": 2540,
"stable-only": true,
"url-template": "https://github.com/xianyi/OpenBLAS/archive/v$version.tar.gz"
}
}
],
"no-autogen": true,
"make-args": [
"DYNAMIC_ARCH=1",
"USE_OPENMP=1",
"NO_CBLAS=1",
"NO_LAPACKE=1"
],
"make-install-args": [
"PREFIX=/app"
],
"cleanup": [
"/include",
"/lib/pkgconfig"
]
}
{
"name": "openblas",
"sources": [
{
"type": "archive",
"url": "https://github.com/xianyi/OpenBLAS/archive/v0.3.28.tar.gz",
"sha256": "f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1",
"x-checker-data": {
"type": "anitya",
"project-id": 2540,
"stable-only": true,
"url-template": "https://github.com/xianyi/OpenBLAS/archive/v$version.tar.gz"
}
}
],
"buildsystem": "cmake-ninja",
"config-opts": [
"-DDYNAMIC_ARCH=ON",
"-DUSE_OPENMP=ON",
"-DBUILD_WITHOUT_CBLAS=ON",
"-DBUILD_WITHOUT_LAPACK=ON"
],
"cleanup": [
"/include",
"/lib/pkgconfig"
]
}
]
},
{
Expand Down

0 comments on commit a9bb909

Please sign in to comment.