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
8958ec84
Commit
8958ec84
authored
19 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
run autoconf on JF's changes
parent
e381d32d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README
+4
-3
4 additions, 3 deletions
README
configure
+58
-6
58 additions, 6 deletions
configure
configure.in
+8
-5
8 additions, 5 deletions
configure.in
with
70 additions
and
14 deletions
README
+
4
−
3
View file @
8958ec84
...
...
@@ -18,9 +18,10 @@ are not installed in their default locations.
[ WARNING: Do not use FLTK 1.1.7. FLTK 1.1.7 has a few serious bugs
that can lead to seemingly random crashes in Gmsh. FLTK 1.1.6 is OK,
as are most SVN revisions anterior to {"2005-10-10"}. Unfortunately,
these versions come with a buggy JPEG header: if you enable the local
JPEG library when you configure FLTK, you will have to remove the
"#include <config.h>" line in the file "jconfig.h". ]
both 1.1.6 and all these versions come with a buggy JPEG header: if
you enable the local JPEG library when you configure FLTK, you will
have to remove the "#include <config.h>" line in the file
"jconfig.h". ]
To install a non-graphical version of Gmsh (that does not require FLTK
nor OpenGL), type
...
...
This diff is collapsed.
Click to expand it.
configure
+
58
−
6
View file @
8958ec84
...
...
@@ -825,6 +825,7 @@ Optional Features:
--enable-metis compile METIS if available (default=yes)
--enable-tetgen compile Tetgen if available (default=yes)
--enable-matheval compile MathEval if available (default=yes)
--enable-model compile Model interface if available (default=yes)
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
...
...
@@ -1388,6 +1389,11 @@ fi;
if
test
"
${
enable_matheval
+set
}
"
=
set
;
then
enableval
=
"
$enable_matheval
"
fi
;
# Check whether --enable-model or --disable-model was given.
if
test
"
${
enable_model
+set
}
"
=
set
;
then
enableval
=
"
$enable_model
"
fi
;
UNAME
=
`
uname
`
...
...
@@ -3431,8 +3437,8 @@ fi
else
GMSH_DIRS
=
"
${
GMSH_DIRS
}
Box"
GMSH_LIBS
=
"-Llib -lGmshBox -lGmshParser -lGmshMesh -lGmshGeo -lGmshCommon"
GMSH_DIRS
=
"
${
GMSH_DIRS
}
Box
BoxMain
"
GMSH_LIBS
=
"-Llib
-lGmshBoxMain
-lGmshBox -lGmshParser -lGmshMesh -lGmshGeo -lGmshCommon"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshDataStr -lGmshPlugin -lGmshNumeric -lGmshParallel"
fi
...
...
@@ -3843,10 +3849,56 @@ fi
if
test
"x
$enable_ann
"
!=
"xno"
;
then
echo
"********************************************************************"
echo
"If you want to use ANN for doing fast geometrical searchs in the"
echo
"STL mesher, please download ANN from the"
echo
"author's web site at http://www.cs.umd.edu/~mount/ANN/,"
echo
"unpack the archive and copy both src and include directories in the"
echo
"./contrib/ANN subdirectory. Then run ./configure again."
echo
"STL mesher, please download ANN from the author's web site at"
echo
"http://www.cs.umd.edu/~mount/ANN/, unpack the archive and copy both"
echo
"src and include directories in the /contrib/ANN subdirectory. Then"
echo
"run ./configure again."
echo
"********************************************************************"
fi
fi
as_ac_File
=
`
echo
"ac_cv_file_
${
DEVROOT
}
/MeshAdapt/model/model/model/SGModel.h"
|
$as_tr_sh
`
echo
"
$as_me
:
$LINENO
: checking for
${
DEVROOT
}
/MeshAdapt/model/model/model/SGModel.h"
>
&5
echo
$ECHO_N
"checking for
${
DEVROOT
}
/MeshAdapt/model/model/model/SGModel.h...
$ECHO_C
"
>
&6
if
eval
"test
\"\$
{
$as_ac_File
+set}
\"
= set"
;
then
echo
$ECHO_N
"(cached)
$ECHO_C
"
>
&6
else
test
"
$cross_compiling
"
=
yes
&&
{
{
echo
"
$as_me
:
$LINENO
: error: cannot check for file existence when cross compiling"
>
&5
echo
"
$as_me
: error: cannot check for file existence when cross compiling"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
if
test
-r
"
${
DEVROOT
}
/MeshAdapt/model/model/model/SGModel.h"
;
then
eval
"
$as_ac_File
=yes"
else
eval
"
$as_ac_File
=no"
fi
fi
echo
"
$as_me
:
$LINENO
: result:
`
eval echo
'${'
$as_ac_File
'}'
`
"
>
&5
echo
"
${
ECHO_T
}
`
eval echo
'${'
$as_ac_File
'}'
`
"
>
&6
if
test
`
eval echo
'${'
$as_ac_File
'}'
`
=
yes
;
then
MODEL
=
"yes"
else
MODEL
=
"no"
fi
if
test
"x
${
MODEL
}
"
=
"xyes"
;
then
if
test
"x
$enable_model
"
!=
"xno"
;
then
GMSH_LIBS
=
"
${
GMSH_LIBS
}
${
DEVROOT
}
/MeshAdapt/model/lib/x86_linux/libmodel-O.a"
FLAGS
=
"-D_HAVE_SGMODEL_
${
FLAGS
}
"
echo
"********************************************************************"
echo
"You are building a version of Gmsh that contains model, the"
echo
"Modeler Interface."
echo
"Please note that by doing so, you agree with model's licensing"
echo
"requirements."
echo
"To disable model, run configure again with the --disable-model"
echo
"option."
echo
"********************************************************************"
fi
else
if
test
"x
$enable_model
"
!=
"xno"
;
then
echo
"********************************************************************"
echo
"If you want to use model for doing modeling interface, contact us."
echo
"********************************************************************"
fi
fi
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
8
−
5
View file @
8958ec84
dnl $Id: configure.in,v 1.9
4
2006-03-0
8
1
7:03:35 remacl
e Exp $
dnl $Id: configure.in,v 1.9
5
2006-03-0
9
1
2:18:28 geuzain
e Exp $
dnl
dnl Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
dnl
...
...
@@ -93,6 +93,9 @@ AC_ARG_ENABLE(tetgen,
AC_ARG_ENABLE(matheval,
AC_HELP_STRING([--enable-matheval],
[compile MathEval if available (default=yes)]))
AC_ARG_ENABLE(model,
AC_HELP_STRING([--enable-model],
[compile Model interface if available (default=yes)]))
dnl Get the operating system name
UNAME=`uname`
...
...
@@ -324,10 +327,10 @@ if test "x$enable_contrib" != "xno"; then
if test "x$enable_ann" != "xno"; then
echo "********************************************************************"
echo "If you want to use ANN for doing fast geometrical searchs in the"
echo "STL mesher, please download ANN from the"
echo "
author's web site at
http://www.cs.umd.edu/~mount/ANN/,"
echo "
unpack the archive and copy both
src and include directories in the"
echo "
./contrib/ANN subdirectory. Then
run ./configure again."
echo "STL mesher, please download ANN from the
author's web site at
"
echo "http://www.cs.umd.edu/~mount/ANN/,
unpack the archive and copy both
"
echo "src and include directories in the
/contrib/ANN subdirectory. Then
"
echo "run ./configure again."
echo "********************************************************************"
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