Skip to content

Commit a453dbe

Browse files
committed
added smooth3d in the mirror script and removed dupplicte clone command in the build script
1 parent 3e2e637 commit a453dbe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build_spack.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ spack repo add ./spack_recipes/meshing_supersede
1616
spack compiler find
1717
spack external find cmake
1818
#==========================================
19-
git clone [email protected]:LIHPC-Computational-Geometry/magix3d.git
20-
#==========================================
2119

2220
# +mpi should actually be ok, but currently the default openmpi install fails
2321
spack spec magix3d ^vtk-maillage~opengl2+qt~mpi ^hdf5~mpi ^cgns~mpi ^mesquite~mpi

dockerfiles/mirror.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# INSTALL_DIR is defined in the containers using this script
55

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

99
print_usage() {
1010
echo "Usage:"

0 commit comments

Comments
 (0)