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

*** empty log message ***

parent b35db255
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ gmsh-update:
rm -rf ${GMSH}/gmsh-*cvs*
echo "BUILD BEGIN: `date`" > ${LOG}
cd ${GMSH} && export CVS_RSH=ssh && cvs update -dPA >> ${LOG} 2>&1
cd ${GMSH} && ./configure --enable-universal --disable-fm\
cd ${GMSH} && ./configure --enable-universal --disable-fm --disable-kbipack\
--with-occ-prefix=/usr/local/opencascade\
--with-fltk-prefix=/usr/local >> ${LOG} 2>&1
cd ${GMSH} && make clean >> ${LOG} 2>&1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment