Skip to content

Commit

Permalink
[gismo] New Version: Geometry + Simulation Modules v25.01.0 (#10226)
Browse files Browse the repository at this point in the history
* Add the Geometry+Simulation Modules (G+Smo, gismo)

* change platforms, julia compatibility

* Attempt to fix openMP

* Bugfix

* Change commit has to latest commit

* Exclude freeBSD; check commit before sysinfo change in gismo

* Undo change in `platforms`; update G+Smo hash to fix

* remove comments

* remove comment and CXX version

* new version
  • Loading branch information
hverhelst authored Jan 9, 2025
1 parent a9b2874 commit fc6c919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions G/gismo/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ using BinaryBuilder
using Pkg

name = "gismo"
version = v"24.08.0"
version = v"25.01.0"
sources = [
GitSource("https://github.com/gismo/gismo.git", # The URL of the git repository
"fac4a95e60825bbc34014a524759e1178c9be646") # The commit hash to checkout
"ee6871d5f30fb6c0a28d412b9d7dafee9e849400") # The commit hash to checkout
]

# NOTE: to control nproc, use the environment variable BINARYBUILDER_NPROC=<number of processors>
Expand All @@ -15,7 +15,7 @@ cmake -B build \
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TARGET_TOOLCHAIN} \
-DCMAKE_BUILD_TYPE=Release \
-DGISMO_OPTIONAL="gsCInterface" \
-DGISMO_gsCInterface_HEAD="" \
-DGISMO_gsCInterface_HEAD="8ab18da081adf875d88a0473d550fdb4833ad27b" \
-DGISMO_WITH_OPENMP=ON \
-DTARGET_ARCHITECTURE=none \
-DNOFORTRAN=ON \
Expand Down

0 comments on commit fc6c919

Please sign in to comment.