Skip to content

Commit

Permalink
Fix bug on lima and magix3d tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Sep 29, 2023
1 parent 0d450b4 commit 6b62dd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
name: Make cmake and spack containers
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
image: [cmake-cgcore-mgx, spack-cgcore-mgx]
permissions:
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# INSTALL_DIR is defined in the containers using this script

GH_BASE=https://github.com/LIHPC-Computational-Geometry
PRJS=(guitoolkitsvariables tkutil qtutil lima pythonutil preferences qualif qwtcharts gmds072 gmdscea qtpython triton2 vtkcontrib qtvtk qqualif mgx)
PRJS=(guitoolkitsvariables tkutil qtutil lima pythonutil preferences qualif qwtcharts gmds072 gmdscea qtpython triton2 vtkcontrib qtvtk qqualif mgx magix3d)

print_usage() {
echo "Usage:"
Expand Down
1 change: 1 addition & 0 deletions meshing/packages/lima/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class Lima(CMakePackage):
patch('cmake-7.6.0.patch', when='@7.6.0')

version('main', branch='main')
version('7.9.2', sha256='fee1d16d12b6b2beaa6680903f67feba0fe10a0b1159a61dd926816f89e635fa')
version('7.9.1', sha256='da517fa87a6df3b07e793d8a6a300865614803fa84cf1d3ec1994605e69b4571')
version('7.9.0', sha256='7849219cf1de94c63fe019187a4a8dec61447d1b726fac90f43d871293f55315')
version('7.8.1', sha256='a54de52e7414d820c5ba081cf6693e753e92993f0d250f56fd215cc2fbe28b65')
Expand Down

0 comments on commit 6b62dd4

Please sign in to comment.