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
Package registry
Model registry
Operate
Terraform modules
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
Romin Tomasetti
gmsh
Commits
ef8a53de
"Numeric/polynomialBasis.h" did not exist on "7c443dac745f2371667eb8b87c05b1c9b348a837"
Commit
ef8a53de
authored
8 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
remove 32 bit releases
parent
f767ec20
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
utils/misc/package_onelab.sh
+0
-57
0 additions, 57 deletions
utils/misc/package_onelab.sh
utils/misc/release_gmsh_getdp.sh
+1
-1
1 addition, 1 deletion
utils/misc/release_gmsh_getdp.sh
with
1 addition
and
58 deletions
utils/misc/package_onelab.sh
+
0
−
57
View file @
ef8a53de
...
@@ -88,63 +88,6 @@ if [ $# -lt 1 ] || [ $1 == "win64" ]; then
...
@@ -88,63 +88,6 @@ if [ $# -lt 1 ] || [ $1 == "win64" ]; then
rm
-rf
onelab-Windows64
rm
-rf
onelab-Windows64
fi
fi
if
[
$#
-lt
1
]
||
[
$1
==
"win32"
]
;
then
rm
-rf
onelab-Windows32
*
mkdir
onelab-Windows32
curl
-O
http://gmsh.info/bin/Windows/gmsh-
${
GMSH
}
-Windows32
.zip
curl
-O
http://getdp.info/bin/Windows/getdp-
${
GETDP
}
-Windows32c
.zip
mv
gmsh-
${
GMSH
}
-Windows32
.zip /tmp
mv
getdp-
${
GETDP
}
-Windows32c
.zip /tmp
unzip
-q
-o
/tmp/gmsh-
${
GMSH
}
-Windows32
.zip
-d
/tmp
unzip
-q
-o
/tmp/getdp-
${
GETDP
}
-Windows32c
.zip
-d
/tmp
cp
/tmp/README.txt onelab-Windows32
perl
-pi
-e
's/\n/\r\n/'
onelab-Windows32/README.txt
mv
/tmp/gmsh-
*${
GMSH
}
-Windows
/gmsh.exe onelab-Windows32
mv
/tmp/gmsh-
*${
GMSH
}
-Windows
/onelab.py onelab-Windows32
mv
/tmp/getdp-
*${
GETDP
}
-Windows
/getdp.exe onelab-Windows32
mv
/tmp/gmsh-
*${
GMSH
}
-Windows
/LICENSE.txt onelab-Windows32/LICENSE.txt
echo
"
\n\n
"
>>
onelab-Windows32/LICENSE.txt
cat
/tmp/getdp-
*${
GETDP
}
-Windows
/LICENSE.txt
>>
onelab-Windows32/LICENSE.txt
mv
/tmp/gmsh-
*${
GMSH
}
-Windows
/CREDITS.txt onelab-Windows32/CREDITS.txt
echo
"
\n\n
"
>>
onelab-Windows32/CREDITS.txt
cat
/tmp/getdp-
*${
GETDP
}
-Windows
/CREDITS.txt
>>
onelab-Windows32/CREDITS.txt
mv
/tmp/getdp-
*${
GETDP
}
-Windows
/templates onelab-Windows32
mv
/tmp/gmsh-
*${
GMSH
}
-Windows
/tutorial onelab-Windows32
cp
-R
/tmp/models onelab-Windows32
rm
-rf
/tmp/gmsh-
*
rm
-rf
/tmp/getdp-
*
zip
-r
onelab-Windows32.zip onelab-Windows32
rm
-rf
onelab-Windows32
fi
if
[
$#
-lt
1
]
||
[
$1
==
"linux32"
]
;
then
rm
-rf
onelab-Linux32
*
mkdir
onelab-Linux32
curl
-O
http://gmsh.info/bin/Linux/gmsh-
${
GMSH
}
-Linux32
.tgz
curl
-O
http://getdp.info/bin/Linux/getdp-
${
GETDP
}
-Linux32c
.tgz
mv
gmsh-
${
GMSH
}
-Linux32
.tgz /tmp
mv
getdp-
${
GETDP
}
-Linux32c
.tgz /tmp
tar
zxvf /tmp/gmsh-
${
GMSH
}
-Linux32
.tgz
-C
/tmp
tar
zxvf /tmp/getdp-
${
GETDP
}
-Linux32c
.tgz
-C
/tmp
cp
/tmp/README.txt onelab-Linux32
mv
/tmp/gmsh-
*${
GMSH
}
-Linux
/bin/gmsh onelab-Linux32
mv
/tmp/gmsh-
*${
GMSH
}
-Linux
/bin/onelab.py onelab-Linux32
mv
/tmp/getdp-
*${
GETDP
}
-Linux
/bin/getdp onelab-Linux32
mv
/tmp/gmsh-
*${
GMSH
}
-Linux
/share/doc/gmsh/LICENSE.txt onelab-Linux32/LICENSE.txt
echo
"
\n\n
"
>>
onelab-Linux32/LICENSE.txt
cat
/tmp/getdp-
*${
GETDP
}
-Linux
/share/doc/getdp/LICENSE.txt
>>
onelab-Linux32/LICENSE.txt
mv
/tmp/gmsh-
*${
GMSH
}
-Linux
/share/doc/gmsh/CREDITS.txt onelab-Linux32/CREDITS.txt
echo
"
\n\n
"
>>
onelab-Linux32/CREDITS.txt
cat
/tmp/getdp-
*${
GETDP
}
-Linux
/share/doc/getdp/CREDITS.txt
>>
onelab-Linux32/CREDITS.txt
mv
/tmp/getdp-
*${
GETDP
}
-Linux
/share/doc/getdp/templates onelab-Linux32
mv
/tmp/gmsh-
*${
GMSH
}
-Linux
/share/doc/gmsh/tutorial onelab-Linux32
cp
-R
/tmp/models onelab-Linux32
rm
-rf
/tmp/gmsh-
*
rm
-rf
/tmp/getdp-
*
zip
-r
onelab-Linux32.zip onelab-Linux32
rm
-rf
onelab-Linux32
fi
if
[
$#
-lt
1
]
||
[
$1
==
"linux64"
]
;
then
if
[
$#
-lt
1
]
||
[
$1
==
"linux64"
]
;
then
rm
-rf
onelab-Linux64
*
rm
-rf
onelab-Linux64
*
mkdir
onelab-Linux64
mkdir
onelab-Linux64
...
...
This diff is collapsed.
Click to expand it.
utils/misc/release_gmsh_getdp.sh
+
1
−
1
View file @
ef8a53de
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
if
[
$#
-lt
1
]
;
then
if
[
$#
-lt
1
]
;
then
echo
"Usage:
$0
arch [gmsh|getdp]"
1>&2
;
echo
"Usage:
$0
arch [gmsh|getdp]"
1>&2
;
echo
" with arch in [mac,linux
32,linux64,win32
,win64][_test]"
1>&2
;
echo
" with arch in [mac,linux
64
,win64][_test]"
1>&2
;
exit
1
;
exit
1
;
fi
fi
...
...
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