Skip to content

Commit

Permalink
json: Build openblas with Cmake and Ninja
Browse files Browse the repository at this point in the history
This way, if something in the build got wrong, we can search for
help in MSYS2 and MacPorts recipes, which use Cmake for OpenBLAS.
  • Loading branch information
brunvonlope committed Mar 3, 2025
1 parent 3609b59 commit 04570d3
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions org.gimp.GIMP.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,15 +809,17 @@
}
}
],
"no-autogen": true,
"make-args": [
"DYNAMIC_ARCH=1",
"USE_OPENMP=1",
"NO_CBLAS=1",
"NO_LAPACKE=1"
],
"make-install-args": [
"PREFIX=/app"
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_C_COMPILER_LAUNCHER=ccache",
"-DCMAKE_C_COMPILER=cc",
"-DCMAKE_Fortran_COMPILER_LAUNCHER=ccache",
"-DCMAKE_Fortran_COMPILER=gfortran",
"-DBUILD_SHARED_LIBS=ON",
"-DDYNAMIC_ARCH=ON",
"-DUSE_OPENMP=ON",
"-DBUILD_WITHOUT_CBLAS=ON",
"-DNO_LAPACKE=1"
],
"cleanup": [
"/include",
Expand Down

0 comments on commit 04570d3

Please sign in to comment.