Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
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
Larry Price
gmsh
Commits
c1a8ee36
Commit
c1a8ee36
authored
10 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
update paths
parent
40fcc304
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/misc/package_gmsh_getdp.sh
+8
-8
8 additions, 8 deletions
utils/misc/package_gmsh_getdp.sh
with
8 additions
and
8 deletions
utils/misc/package_gmsh_getdp.sh
+
8
−
8
View file @
c1a8ee36
...
@@ -14,8 +14,8 @@ up-to-date versions, documentation and examples." > /tmp/README.txt
...
@@ -14,8 +14,8 @@ up-to-date versions, documentation and examples." > /tmp/README.txt
GMSH
=
svn
GMSH
=
svn
GETDP
=
svn
GETDP
=
svn
#GMSH=2.
9.0
#GMSH=2.
8.5
#GETDP=2.
5.0
#GETDP=2.
4.4
rm
-rf
gmsh-getdp-Windows64
rm
-rf
gmsh-getdp-Windows64
mkdir
gmsh-getdp-Windows64
mkdir
gmsh-getdp-Windows64
...
@@ -40,11 +40,11 @@ rm -rf gmsh-getdp-Windows64
...
@@ -40,11 +40,11 @@ rm -rf gmsh-getdp-Windows64
rm
-rf
gmsh-getdp-Windows32
rm
-rf
gmsh-getdp-Windows32
mkdir
gmsh-getdp-Windows32
mkdir
gmsh-getdp-Windows32
curl
-O
http://geuz.org/gmsh/bin/Windows/gmsh-
${
GMSH
}
-Windows
.zip
curl
-O
http://geuz.org/gmsh/bin/Windows/gmsh-
${
GMSH
}
-Windows
32
.zip
curl
-O
http://geuz.org/getdp/bin/Windows/getdp-
${
GETDP
}
-Windows32c
.zip
curl
-O
http://geuz.org/getdp/bin/Windows/getdp-
${
GETDP
}
-Windows32c
.zip
mv
gmsh-
${
GMSH
}
-Windows
.zip /tmp
mv
gmsh-
${
GMSH
}
-Windows
32
.zip /tmp
mv
getdp-
${
GETDP
}
-Windows32c
.zip /tmp
mv
getdp-
${
GETDP
}
-Windows32c
.zip /tmp
unzip
-q
-o
/tmp/gmsh-
${
GMSH
}
-Windows
.zip
-d
/tmp
unzip
-q
-o
/tmp/gmsh-
${
GMSH
}
-Windows
32
.zip
-d
/tmp
unzip
-q
-o
/tmp/getdp-
${
GETDP
}
-Windows32c
.zip
-d
/tmp
unzip
-q
-o
/tmp/getdp-
${
GETDP
}
-Windows32c
.zip
-d
/tmp
cp
/tmp/README.txt gmsh-getdp-Windows32
cp
/tmp/README.txt gmsh-getdp-Windows32
mv
/tmp/gmsh-
*${
GMSH
}
-Windows
/gmsh.exe gmsh-getdp-Windows32
mv
/tmp/gmsh-
*${
GMSH
}
-Windows
/gmsh.exe gmsh-getdp-Windows32
...
@@ -61,11 +61,11 @@ rm -rf gmsh-getdp-Windows32
...
@@ -61,11 +61,11 @@ rm -rf gmsh-getdp-Windows32
rm
-rf
gmsh-getdp-Linux32
rm
-rf
gmsh-getdp-Linux32
mkdir
gmsh-getdp-Linux32
mkdir
gmsh-getdp-Linux32
curl
-O
http://geuz.org/gmsh/bin/Linux/gmsh-
${
GMSH
}
-Linux
.tgz
curl
-O
http://geuz.org/gmsh/bin/Linux/gmsh-
${
GMSH
}
-Linux
32
.tgz
curl
-O
http://geuz.org/getdp/bin/Linux/getdp-
${
GETDP
}
-Linux32c
.tgz
curl
-O
http://geuz.org/getdp/bin/Linux/getdp-
${
GETDP
}
-Linux32c
.tgz
mv
gmsh-
${
GMSH
}
-Linux
.tgz /tmp
mv
gmsh-
${
GMSH
}
-Linux
32
.tgz /tmp
mv
getdp-
${
GETDP
}
-Linux32c
.tgz /tmp
mv
getdp-
${
GETDP
}
-Linux32c
.tgz /tmp
tar
zxvf /tmp/gmsh-
${
GMSH
}
-Linux
.tgz
-C
/tmp
tar
zxvf /tmp/gmsh-
${
GMSH
}
-Linux
32
.tgz
-C
/tmp
tar
zxvf /tmp/getdp-
${
GETDP
}
-Linux32c
.tgz
-C
/tmp
tar
zxvf /tmp/getdp-
${
GETDP
}
-Linux32c
.tgz
-C
/tmp
cp
/tmp/README.txt gmsh-getdp-Linux32
cp
/tmp/README.txt gmsh-getdp-Linux32
mv
/tmp/gmsh-
*${
GMSH
}
-Linux
/bin/gmsh gmsh-getdp-Linux32
mv
/tmp/gmsh-
*${
GMSH
}
-Linux
/bin/gmsh gmsh-getdp-Linux32
...
...
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