Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
documentation
website
Commits
a67bae57
Commit
a67bae57
authored
3 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
restore complex getdp
parent
d4fd3e80
No related branches found
No related tags found
No related merge requests found
Pipeline
#9627
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bundle_onelab.sh
+17
-17
17 additions, 17 deletions
bundle_onelab.sh
with
17 additions
and
17 deletions
bundle_onelab.sh
+
17
−
17
View file @
a67bae57
...
...
@@ -105,16 +105,16 @@ if [ $# -lt 1 ] || [ $1 == "win64" ]; then
rm
-rf
onelab-Windows64
*
mkdir
onelab-Windows64
curl
-O
https://gmsh.info/bin/Windows/gmsh-
${
GMSH
}
-Windows64
.zip
#
curl -O https://getdp.info/bin/Windows/getdp-${GETDP}-Windows64c.zip
curl
-O
https://getdp.info/bin/Windows/getdp-
${
GETDP
}
-Windows64r
.zip
curl
-O
https://getdp.info/bin/Windows/getdp-
${
GETDP
}
-Windows64c
.zip
##
curl -O https://getdp.info/bin/Windows/getdp-${GETDP}-Windows64r.zip
curl
-O
https://onelab.info/conveks/bin/conveks-
${
CONVEKS
}
-Windows64
.zip
mv
gmsh-
${
GMSH
}
-Windows64
.zip /tmp
#
mv getdp-${GETDP}-Windows64c.zip /tmp
mv
getdp-
${
GETDP
}
-Windows64r
.zip /tmp
mv
getdp-
${
GETDP
}
-Windows64c
.zip /tmp
##
mv getdp-${GETDP}-Windows64r.zip /tmp
mv
conveks-
${
CONVEKS
}
-Windows64
.zip /tmp
unzip
-q
-o
/tmp/gmsh-
${
GMSH
}
-Windows64
.zip
-d
/tmp
#
unzip -q -o /tmp/getdp-${GETDP}-Windows64c.zip -d /tmp
unzip
-q
-o
/tmp/getdp-
${
GETDP
}
-Windows64r
.zip
-d
/tmp
unzip
-q
-o
/tmp/getdp-
${
GETDP
}
-Windows64c
.zip
-d
/tmp
##
unzip -q -o /tmp/getdp-${GETDP}-Windows64r.zip -d /tmp
unzip
-q
-o
/tmp/conveks-
${
CONVEKS
}
-Windows64
.zip
-d
/tmp
cp
/tmp/README.txt onelab-Windows64
perl
-pi
-e
's/\n/\r\n/'
onelab-Windows64/README.txt
...
...
@@ -145,16 +145,16 @@ if [ $# -lt 1 ] || [ $1 == "linux64" ]; then
rm
-rf
onelab-Linux64
*
mkdir
onelab-Linux64
curl
-O
https://gmsh.info/bin/Linux/gmsh-
${
GMSH
}
-Linux64
.tgz
#
curl -O https://getdp.info/bin/Linux/getdp-${GETDP}-Linux64c.tgz
curl
-O
https://getdp.info/bin/Linux/getdp-
${
GETDP
}
-Linux64r
.tgz
curl
-O
https://getdp.info/bin/Linux/getdp-
${
GETDP
}
-Linux64c
.tgz
##
curl -O https://getdp.info/bin/Linux/getdp-${GETDP}-Linux64r.tgz
curl
-O
https://onelab.info/conveks/bin/conveks-
${
CONVEKS
}
-Linux64
.zip
mv
gmsh-
${
GMSH
}
-Linux64
.tgz /tmp
#
mv getdp-${GETDP}-Linux64c.tgz /tmp
mv
getdp-
${
GETDP
}
-Linux64r
.tgz /tmp
mv
getdp-
${
GETDP
}
-Linux64c
.tgz /tmp
##
mv getdp-${GETDP}-Linux64r.tgz /tmp
mv
conveks-
${
CONVEKS
}
-Linux64
.zip /tmp
tar
zxvf /tmp/gmsh-
${
GMSH
}
-Linux64
.tgz
-C
/tmp
#
tar zxvf /tmp/getdp-${GETDP}-Linux64c.tgz -C /tmp
tar
zxvf /tmp/getdp-
${
GETDP
}
-Linux64r
.tgz
-C
/tmp
tar
zxvf /tmp/getdp-
${
GETDP
}
-Linux64c
.tgz
-C
/tmp
##
tar zxvf /tmp/getdp-${GETDP}-Linux64r.tgz -C /tmp
unzip
-q
-o
/tmp/conveks-
${
CONVEKS
}
-Linux64
.zip
-d
/tmp
cp
/tmp/README.txt onelab-Linux64
mv
/tmp/gmsh-
*${
GMSH
}
-Linux64
/bin/gmsh onelab-Linux64
...
...
@@ -184,19 +184,19 @@ if [ $# -lt 1 ] || [ $1 == "mac" ]; then
rm
-rf
onelab-MacOSX
*
mkdir
onelab-MacOSX
curl
-O
https://gmsh.info/bin/MacOSX/gmsh-
${
GMSH
}
-MacOSX
.dmg
#
curl -O https://getdp.info/bin/MacOSX/getdp-${GETDP}-MacOSXc.tgz
curl
-O
https://getdp.info/bin/MacOSX/getdp-
${
GETDP
}
-MacOSXr
.tgz
curl
-O
https://getdp.info/bin/MacOSX/getdp-
${
GETDP
}
-MacOSXc
.tgz
##
curl -O https://getdp.info/bin/MacOSX/getdp-${GETDP}-MacOSXr.tgz
curl
-O
https://onelab.info/conveks/bin/conveks-
${
CONVEKS
}
-MacOSX
.zip
curl
-O
https://gitlab.onelab.info/gmsh/gmsh/-/raw/master/utils/misc/notarize.py
mv
gmsh-
${
GMSH
}
-MacOSX
.dmg /tmp
#mv getdp-${GETDP}-MacOSXc.tgz /tmp
#
#mv getdp-${GETDP}-MacOSXc.tgz /tmp
mv
getdp-
${
GETDP
}
-MacOSXr
.tgz /tmp
mv
conveks-
${
CONVEKS
}
-MacOSX
.zip /tmp
mv
notarize.py /tmp
hdiutil convert /tmp/gmsh-
${
GMSH
}
-MacOSX
.dmg
-format
UDTO
-o
/tmp/gmsh-tmp.cdr
hdiutil attach
-nobrowse
-noverify
-noautoopen
-mountpoint
gmsh_mount /tmp/gmsh-tmp.cdr
#
tar zxvf /tmp/getdp-${GETDP}-MacOSXc.tgz -C /tmp
tar
zxvf /tmp/getdp-
${
GETDP
}
-MacOSXr
.tgz
-C
/tmp
tar
zxvf /tmp/getdp-
${
GETDP
}
-MacOSXc
.tgz
-C
/tmp
##
tar zxvf /tmp/getdp-${GETDP}-MacOSXr.tgz -C /tmp
unzip
-q
-o
/tmp/conveks-
${
CONVEKS
}
-MacOSX
.zip
-d
/tmp
cp
/tmp/README.txt onelab-MacOSX
cp
-R
gmsh_mount/Gmsh.app onelab-MacOSX/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment