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

svn migration

parent eee32767
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,8 @@ questions or bug reports.
<a href="/gmsh/doc/texinfo/gmsh.txt">plain text</a>)
<li><a href="/gmsh/screencasts/">Screencasts</a> showing how to use
the graphical user interface
<li><a href="https://geuz.org/trac/gmsh">Wiki</a> with examples,
source code navigation and bug tracking (username: gmsh, password: gmsh)
<li><a href="/gmsh/doc/FAQ.txt">Frequently asked questions (FAQ)</a>
<li><a href="/gmsh/doc/VERSIONS.txt">Version history</a>
<li>Mailing lists:
......@@ -134,8 +136,6 @@ questions or bug reports.
and other Gmsh-specific news. The list is archived
<a href="/pipermail/gmsh-announce/">here</a>.
</ul>
<li><a href="https://geuz.org/trac/gmsh">Wiki</a> (username: gmsh,
password: gmsh)
</ul>
<p>
......
......@@ -8,10 +8,10 @@ CMAKE=/usr/local/bin/cmake
rm -f ${LOG}
rm -rf ${GMSH}/bin
echo "BUILD BEGIN: `date`" > ${LOG}
cd ${GMSH} && export CVS_RSH=ssh && cvs update -dPA >> ${LOG} 2>&1
cd ${GMSH} && svn update >> ${LOG} 2>&1
mkdir ${GMSH}/bin
cd ${GMSH}/bin && \
${CMAKE} -DGMSH_EXTRA_VERSION:string="-cvs"\
${CMAKE} -DGMSH_EXTRA_VERSION:string="-svn"\
-DCMAKE_PREFIX_PATH:path="/usr/local;/usr/local/opencascade"\
-DENABLE_KBIPACK:bool=FALSE\
-DENABLE_PETSC:bool=FALSE\
......
......@@ -8,10 +8,10 @@ CMAKE=/usr/local/bin/cmake
rm -f ${LOG}
rm -rf ${GMSH}/bin
echo "BUILD BEGIN: `date`" > ${LOG}
cd ${GMSH} && export CVS_RSH=ssh && cvs update -dPA >> ${LOG} 2>&1
cd ${GMSH} && svn update >> ${LOG} 2>&1
mkdir ${GMSH}/bin
cd ${GMSH}/bin && \
${CMAKE} -DGMSH_EXTRA_VERSION:string="-cvs"\
${CMAKE} -DGMSH_EXTRA_VERSION:string="-svn"\
-DCMAKE_PREFIX_PATH:path="/usr/local;/usr/local/opencascade"\
-DENABLE_KBIPACK:bool=FALSE\
-DENABLE_PETSC:bool=FALSE\
......
......@@ -8,10 +8,10 @@ CMAKE=cmake
rm -f ${LOG}
rm -rf ${GMSH}/bin
echo "BUILD BEGIN: `date`" > ${LOG}
cd ${GMSH} && export CVS_RSH=ssh && cvs update -dPA >> ${LOG} 2>&1
cd ${GMSH} && svn update >> ${LOG} 2>&1
mkdir ${GMSH}/bin
cd ${GMSH}/bin && \
${CMAKE} -DGMSH_EXTRA_VERSION:string="-cvs"\
${CMAKE} -DGMSH_EXTRA_VERSION:string="-svn"\
-DCMAKE_PREFIX_PATH:path="/usr/local;/usr/local/opencascade"\
-DCMAKE_CXX_FLAGS:string="-mno-cygwin"\
-DCMAKE_C_FLAGS:string="-mno-cygwin"\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment