Skip to content
Snippets Groups Projects
Commit 40fcc304 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Windows/Linux -> Windows/Linux32

parent 8c47505b
No related branches found
No related tags found
No related merge requests found
......@@ -69,10 +69,10 @@ the <a href="doc/LICENSE.txt">GNU General Public License
<li>
<p class="highlight">
<strong>Download current stable release</strong>: Windows
<a href="bin/Windows/gmsh-2.9.0-Windows.zip"><strong>32 bit</strong></a> /
<a href="bin/Windows/gmsh-2.9.0-Windows32.zip"><strong>32 bit</strong></a> /
<a href="bin/Windows/gmsh-2.9.0-Windows64.zip"><strong>64 bit</strong></a>,
Linux
<a href="bin/Linux/gmsh-2.9.0-Linux.tgz"><strong>32 bit</strong></a> /
<a href="bin/Linux/gmsh-2.9.0-Linux32.tgz"><strong>32 bit</strong></a> /
<a href="bin/Linux/gmsh-2.9.0-Linux64.tgz"><strong>64 bit</strong></a>,
<a href="bin/MacOSX/gmsh-2.9.0-MacOSX.dmg"><strong>Mac OS X</strong></a>
and
......@@ -87,10 +87,10 @@ the <a href="doc/LICENSE.txt">GNU General Public License
<ul><li>automated nightly snapshots
(<a href="http://onelab.info/CDash/index.php?project=Gmsh">dashboard</a>):
Windows
<a href="bin/Windows/gmsh-svn-Windows.zip">32 bit</a> /
<a href="bin/Windows/gmsh-svn-Windows32.zip">32 bit</a> /
<a href="bin/Windows/gmsh-svn-Windows64.zip">64 bit</a>,
Linux
<a href="bin/Linux/gmsh-svn-Linux.tgz">32 bit</a> /
<a href="bin/Linux/gmsh-svn-Linux32.tgz">32 bit</a> /
<a href="bin/Linux/gmsh-svn-Linux64.tgz">64 bit</a>,
<a href="bin/MacOSX/gmsh-svn-MacOSX.dmg">Mac OS X</a> and
<a href="src/gmsh-svn-source.tgz">source code</a>
......
......@@ -23,4 +23,4 @@ set(OPT "${OPT} -DPETSC_DIR=$ENV{HOME}/src/petsc-3.1-p8")
set(OPT "${OPT} -DSLEPC_DIR=$ENV{HOME}/src/slepc-3.1-p4")
set(CTEST_BUILD_OPTIONS ${OPT})
include(gmsh.ctest)
upload_package(${WEB_BIN} Linux "" .tar.gz .tgz)
upload_package(${WEB_BIN} Linux32 "" .tar.gz .tgz)
......@@ -34,4 +34,4 @@ set(OPT "${OPT} -DPETSC_DIR=$ENV{HOME}/src/petsc-3.0.0-p12")
set(OPT "${OPT} -DSLEPC_DIR=$ENV{HOME}/src/slepc-3.0.0-p7")
set(CTEST_BUILD_OPTIONS ${OPT})
include(gmsh.ctest)
upload_package(${WEB_BIN} Windows "" .zip .zip)
upload_package(${WEB_BIN} Windows32 "" .zip .zip)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment