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
2ccd581b
Commit
2ccd581b
authored
16 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
9e0c6c7d
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
configure
+11
-10
11 additions, 10 deletions
configure
configure.in
+13
-11
13 additions, 11 deletions
configure.in
with
24 additions
and
21 deletions
configure
+
11
−
10
View file @
2ccd581b
...
@@ -4126,8 +4126,15 @@ fi
...
@@ -4126,8 +4126,15 @@ fi
else
else
GMSH_DIRS
=
"Common Geo Mesh Numeric"
GMSH_DIRS
=
"Common Geo Mesh"
GMSH_LIBS
=
"-Llib Common/Main.o"
GMSH_LIBS
=
"-Llib Common/Main.o -lGmshCommon -lGmshGeo -lGmshMesh"
if
test
"x
$enable_post
"
!=
"xno"
;
then
GMSH_DIRS
=
"
${
GMSH_DIRS
}
Post Plugin"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshPost -lGmshPlugin"
else
FLAGS
=
"-DHAVE_NO_POST
${
FLAGS
}
"
fi
if
test
"x
$enable_parser
"
!=
"xno"
;
then
if
test
"x
$enable_parser
"
!=
"xno"
;
then
GMSH_DIRS
=
"
${
GMSH_DIRS
}
Parser"
GMSH_DIRS
=
"
${
GMSH_DIRS
}
Parser"
...
@@ -4136,14 +4143,8 @@ else
...
@@ -4136,14 +4143,8 @@ else
FLAGS
=
"-DHAVE_NO_PARSER
${
FLAGS
}
"
FLAGS
=
"-DHAVE_NO_PARSER
${
FLAGS
}
"
fi
fi
if
test
"x
$enable_post
"
!=
"xno"
;
then
GMSH_DIRS
=
"
${
GMSH_DIRS
}
Numeric"
GMSH_DIRS
=
"
${
GMSH_DIRS
}
Post Plugin"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshCommon -lGmshNumeric"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshPlugin -lGmshGeo -lGmshMesh -lGmshPost"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshCommon -lGmshNumeric"
else
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshGeo -lGmshMesh -lGmshCommon -lGmshNumeric"
FLAGS
=
"-DHAVE_NO_POST
${
FLAGS
}
"
fi
ZLIB
=
""
ZLIB
=
""
if
test
"x
$enable_zlib
"
!=
"xno"
;
then
if
test
"x
$enable_zlib
"
!=
"xno"
;
then
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
13
−
11
View file @
2ccd581b
dnl $Id: configure.in,v 1.16
0
2008-07-04 1
4:58:30
geuzaine Exp $
dnl $Id: configure.in,v 1.16
1
2008-07-04 1
5:17:45
geuzaine Exp $
dnl
dnl
dnl Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
dnl Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
dnl
dnl
...
@@ -359,8 +359,15 @@ if test "x$enable_gui" != "xno"; then
...
@@ -359,8 +359,15 @@ if test "x$enable_gui" != "xno"; then
else
else
GMSH_DIRS="Common Geo Mesh Numeric"
GMSH_DIRS="Common Geo Mesh"
GMSH_LIBS="-Llib Common/Main.o"
GMSH_LIBS="-Llib Common/Main.o -lGmshCommon -lGmshGeo -lGmshMesh"
if test "x$enable_post" != "xno"; then
GMSH_DIRS="${GMSH_DIRS} Post Plugin"
GMSH_LIBS="${GMSH_LIBS} -lGmshPost -lGmshPlugin"
else
FLAGS="-DHAVE_NO_POST ${FLAGS}"
fi
if test "x$enable_parser" != "xno"; then
if test "x$enable_parser" != "xno"; then
GMSH_DIRS="${GMSH_DIRS} Parser"
GMSH_DIRS="${GMSH_DIRS} Parser"
...
@@ -369,14 +376,9 @@ else
...
@@ -369,14 +376,9 @@ else
FLAGS="-DHAVE_NO_PARSER ${FLAGS}"
FLAGS="-DHAVE_NO_PARSER ${FLAGS}"
fi
fi
if test "x$enable_post" != "xno"; then
dnl re-add Common to work around linker shortcomings on some archs
GMSH_DIRS="${GMSH_DIRS} Post Plugin"
GMSH_DIRS="${GMSH_DIRS} Numeric"
GMSH_LIBS="${GMSH_LIBS} -lGmshPlugin -lGmshGeo -lGmshMesh -lGmshPost"
GMSH_LIBS="${GMSH_LIBS} -lGmshCommon -lGmshNumeric"
GMSH_LIBS="${GMSH_LIBS} -lGmshCommon -lGmshNumeric"
else
GMSH_LIBS="${GMSH_LIBS} -lGmshGeo -lGmshMesh -lGmshCommon -lGmshNumeric"
FLAGS="-DHAVE_NO_POST ${FLAGS}"
fi
dnl Check for libz
dnl Check for libz
ZLIB=""
ZLIB=""
...
...
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