Skip to content

added versions magix3d-2.3.5 gmds-1.3.6 #205

added versions magix3d-2.3.5 gmds-1.3.6

added versions magix3d-2.3.5 gmds-1.3.6 #205

Workflow file for this run

name: Check magix3d
on:
[push, pull_request]
jobs:
main:
name: ${{ matrix.config }}
runs-on: ubuntu-latest
container:
image: ghcr.io/lihpc-computational-geometry/spack-cgcore:latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2 # seems to be needed by codecov
submodules: recursive
- name: Initialize the environment
shell: bash
run: |
source /spack/share/spack/setup-env.sh
spack repo add $GITHUB_WORKSPACE/meshing
spack repo add $GITHUB_WORKSPACE/meshing_supersede
- name: Build and install
shell: bash
run: |
source /spack/share/spack/setup-env.sh
spack env activate meshing-env
spack add magix3d~smooth3d~pythonaddon+doc ^vtk-maillage~opengl2+qt ^qt+opengl
spack install -v --no-checksum