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
b447b5dc
Commit
b447b5dc
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
Print more informative messages for Triangle, GSL, etc.
parent
205f05ef
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+3
-3
3 additions, 3 deletions
Makefile
configure
+48
-31
48 additions, 31 deletions
configure
configure.in
+48
-32
48 additions, 32 deletions
configure.in
variables.in
+1
-1
1 addition, 1 deletion
variables.in
with
100 additions
and
67 deletions
Makefile
+
3
−
3
View file @
b447b5dc
# $Id: Makefile,v 1.26
1
2003-02-18 0
6:34:14
geuzaine Exp $
# $Id: Makefile,v 1.26
2
2003-02-18 0
8:52:40
geuzaine Exp $
include
variables
include
variables
...
@@ -32,10 +32,10 @@ install: variables
...
@@ -32,10 +32,10 @@ install: variables
-
cp
doc/gmsh.1
${
mandir
}
/man1
-
cp
doc/gmsh.1
${
mandir
}
/man1
variables
:
configure
variables
:
configure
@
echo
"*******************************************************************"
@
echo
"*******************************************************************
*
"
@
echo
"Please configure Gmsh by running ./configure"
@
echo
"Please configure Gmsh by running ./configure"
@
echo
"For help, type ./configure --help"
@
echo
"For help, type ./configure --help"
@
echo
"*******************************************************************"
@
echo
"*******************************************************************
*
"
@
exit
1
@
exit
1
source
:
source
:
...
...
This diff is collapsed.
Click to expand it.
configure
+
48
−
31
View file @
b447b5dc
...
@@ -2338,6 +2338,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
...
@@ -2338,6 +2338,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
FLAGS
=
""
FLAGS
=
""
INCLS
=
""
OPTIM
=
"
${
CXXFLAGS
}
"
OPTIM
=
"
${
CXXFLAGS
}
"
ac_ext
=
c
ac_ext
=
c
...
@@ -2828,7 +2829,7 @@ echo "$as_me: error: Could not find fltk-config. Try --with-fltk-prefix?" >&2;}
...
@@ -2828,7 +2829,7 @@ echo "$as_me: error: Could not find fltk-config. Try --with-fltk-prefix?" >&2;}
{
(
exit
1
)
;
exit
1
;
}
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
fi
GMSH_LIBS
=
"
${
GMSH_LIBS
}
`
$FLTKCONFIG
--use-gl
--use-images
--ldflags
`
"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
`
$FLTKCONFIG
--use-gl
--use-images
--ldflags
`
"
FLAG
S
=
"
${
FLAG
S
}
`
$FLTKCONFIG
--use-gl
--use-images
--cxxflags
`
"
INCL
S
=
"
${
INCL
S
}
`
$FLTKCONFIG
--use-gl
--use-images
--cxxflags
`
"
if
test
"x
${
JPEG_PREFIX
}
"
!=
"x"
;
then
if
test
"x
${
JPEG_PREFIX
}
"
!=
"x"
;
then
LDFLAGS
=
"-L
${
JPEG_PREFIX
}
-L
${
JPEG_PREFIX
}
/lib
${
LDFLAGS
}
"
LDFLAGS
=
"-L
${
JPEG_PREFIX
}
-L
${
JPEG_PREFIX
}
/lib
${
LDFLAGS
}
"
...
@@ -2894,7 +2895,7 @@ fi
...
@@ -2894,7 +2895,7 @@ fi
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-ljpeg"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-ljpeg"
else
else
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-L
${
JPEG_PREFIX
}
-L
${
JPEG_PREFIX
}
/lib -ljpeg"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-L
${
JPEG_PREFIX
}
-L
${
JPEG_PREFIX
}
/lib -ljpeg"
FLAG
S
=
"
${
FLAG
S
}
-I
${
JPEG_PREFIX
}
-I
${
JPEG_PREFIX
}
/include"
INCL
S
=
"
${
INCL
S
}
-I
${
JPEG_PREFIX
}
-I
${
JPEG_PREFIX
}
/include"
fi
fi
fi
fi
...
@@ -2928,23 +2929,35 @@ else
...
@@ -2928,23 +2929,35 @@ else
TRIANGLE
=
"no"
TRIANGLE
=
"no"
fi
fi
if
test
"x
${
TRIANGLE
}
"
=
"xyes"
-a
"x
$enable_triangle
"
!=
"xno"
;
then
if
test
"x
${
TRIANGLE
}
"
=
"xyes"
;
then
if
test
"x
$enable_triangle
"
!=
"xno"
;
then
GMSH_DIRS
=
"
${
GMSH_DIRS
}
Triangle"
GMSH_DIRS
=
"
${
GMSH_DIRS
}
Triangle"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshTriangle"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshTriangle"
FLAGS
=
"
${
FLAGS
}
-DHAVE_TRIANGLE"
FLAGS
=
"
${
FLAGS
}
-DHAVE_TRIANGLE"
echo
"********************************************************************"
echo
"You are building a version of Gmsh that contains Jonathan"
echo
"Shewchuk's Triangle as an alternative isotropic 2D mesh generator."
echo
"Please note that by doing so, you agree to Triangle's licencing"
echo
"requirements stated in ./Triangle/README. (Most notably, you can"
echo
"only redistribute Gmsh if no compensation is received.)"
echo
"To disable Triangle, run configure again with the --disable-triangle"
echo
"option."
echo
"********************************************************************"
fi
else
else
echo
"*******************************************************************"
if
test
"x
$enable_triangle
"
!=
"xno"
;
then
echo
"********************************************************************"
echo
"If you want to use Jonathan Shewchuk's Triangle as an alternative"
echo
"If you want to use Jonathan Shewchuk's Triangle as an alternative"
echo
"isotropic 2D mesh generator, please download Triangle from the"
echo
"isotropic 2D mesh generator, please download Triangle from the"
echo
"author's web site at http://www.cs.cmu.edu/~quake/triangle.html,"
echo
"author's web site at http://www.cs.cmu.edu/~quake/triangle.html,"
echo
"unpack the archive and copy the two files 'triangle.c' and"
echo
"unpack the archive and copy the two files 'triangle.c' and"
echo
"'triangle.h' in the ./Triangle subdirectory. Then run ./configure"
echo
"'triangle.h' in the ./Triangle subdirectory. Then run ./configure"
echo
"again."
echo
"again."
echo
""
echo
"Please note that by doing so, you agree to Triangle's licencing"
echo
"Please note that by doing so, you agree to Triangle's licencing"
echo
"requirements stated in ./Triangle/README. (Most notably, you may"
echo
"requirements stated in ./Triangle/README. (Most notably, you may"
echo
"then only redistribute Gmsh if no compensation is received.)"
echo
"then only redistribute Gmsh if no compensation is received.)"
echo
"*******************************************************************"
echo
"********************************************************************"
fi
fi
fi
if
test
"x
$enable_gsl
"
=
"xyes"
;
then
if
test
"x
$enable_gsl
"
=
"xyes"
;
then
...
@@ -3071,7 +3084,7 @@ fi
...
@@ -3071,7 +3084,7 @@ fi
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lgsl -lgslcblas"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lgsl -lgslcblas"
else
else
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-L
${
GSL_PREFIX
}
/lib -lgsl -lgslcblas"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-L
${
GSL_PREFIX
}
/lib -lgsl -lgslcblas"
FLAG
S
=
"
${
FLAG
S
}
-I
${
GSL_PREFIX
}
/include"
INCL
S
=
"
${
INCL
S
}
-I
${
GSL_PREFIX
}
/include"
fi
fi
fi
fi
fi
fi
...
@@ -3100,25 +3113,27 @@ else
...
@@ -3100,25 +3113,27 @@ else
fi
fi
if
test
"x
${
NR
}
"
=
"xyes"
;
then
if
test
"x
${
NR
}
"
=
"xyes"
;
then
echo
"*******************************************************************"
echo
"********************************************************************"
echo
"You are building a non-free version of Gmsh, using some code"
echo
"You are building a non-free version of Gmsh, using code copyright"
echo
"copyrighted by Numerical Recipes."
echo
"(C) 1986-92 Numerical Recipes Software J!0."
echo
"*******************************************************************"
echo
"To use the GSL instead, run configure again with the --enable-gsl"
echo
"option."
echo
"********************************************************************"
GMSH_DIRS
=
"
${
GMSH_DIRS
}
NR"
GMSH_DIRS
=
"
${
GMSH_DIRS
}
NR"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshNR"
GMSH_LIBS
=
"
${
GMSH_LIBS
}
-lGmshNR"
else
else
echo
"*******************************************************************"
echo
"*******************************************************************
*
"
echo
"This is the free version of Gmsh and configure could not find"
echo
"This is the free version of Gmsh and configure could not find"
echo
"the GNU Scientific Library (GSL) on your system:"
echo
"the GNU Scientific Library (GSL) on your system:"
echo
"- if it is installed in a non-standard location, please run"
echo
"- if it is installed in a non-standard location, please run"
echo
"
./
configure again with the --with-gsl-prefix option"
echo
" configure again with the --with-gsl-prefix option"
echo
"- if it is not installed on your system, you can download it from"
echo
"- if it is not installed on your system, you can download it from"
echo
" http://sources.redhat.com/gsl/"
echo
" http://sources.redhat.com/gsl/"
echo
""
echo
""
echo
"IMPORTANT NOTE: You need to install GSL 1.2 or above. All
versions
"
echo
"IMPORTANT NOTE: You need to install GSL
version
1.2 or above. All"
echo
"<= 1.1.1 have a bug in the singular value decomposition
algorithm
"
echo
"
versions
<= 1.1.1 have a bug in the singular value decomposition"
echo
"that will cause Gmsh to hang during mesh generation."
echo
"
algorithm
that will cause Gmsh to hang during mesh generation."
echo
"*******************************************************************"
echo
"*******************************************************************
*
"
{
{
echo
"
$as_me
:
$LINENO
: error: "
>
&5
{
{
echo
"
$as_me
:
$LINENO
: error: "
>
&5
echo
"
$as_me
: error: "
>
&2
;
}
echo
"
$as_me
: error: "
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
...
@@ -3693,6 +3708,7 @@ done
...
@@ -3693,6 +3708,7 @@ done
ac_config_files
=
"
$ac_config_files
variables"
ac_config_files
=
"
$ac_config_files
variables"
cat
>
confcache
<<
\
_ACEOF
cat
>
confcache
<<
\
_ACEOF
# This file is a shell script that caches the results of configure
# This file is a shell script that caches the results of configure
...
@@ -4288,6 +4304,7 @@ s,@AR@,$AR,;t t
...
@@ -4288,6 +4304,7 @@ s,@AR@,$AR,;t t
s,@FLTKCONFIG@,
$FLTKCONFIG
,;t t
s,@FLTKCONFIG@,
$FLTKCONFIG
,;t t
s,@UNAME@,
$UNAME
,;t t
s,@UNAME@,
$UNAME
,;t t
s,@FLAGS@,
$FLAGS
,;t t
s,@FLAGS@,
$FLAGS
,;t t
s,@INCLS@,
$INCLS
,;t t
s,@OPTIM@,
$OPTIM
,;t t
s,@OPTIM@,
$OPTIM
,;t t
s,@LINKER@,
$LINKER
,;t t
s,@LINKER@,
$LINKER
,;t t
s,@GMSH_DIRS@,
$GMSH_DIRS
,;t t
s,@GMSH_DIRS@,
$GMSH_DIRS
,;t t
...
@@ -4516,10 +4533,10 @@ if test "$no_create" != yes; then
...
@@ -4516,10 +4533,10 @@ if test "$no_create" != yes; then
fi
fi
echo
"*******************************************************************"
echo
"*******************************************************************
*
"
echo
"Gmsh is configured for"
echo
"Gmsh is configured for"
echo
"- OS :
$UNAME
"
echo
"- OS :
$UNAME
"
echo
"- OPTIM :
$OPTIM
"
echo
"- OPTIM :
$OPTIM
"
echo
"- FLAGS :
$FLAGS
"
echo
"- FLAGS :
$FLAGS
"
echo
"*******************************************************************"
echo
"*******************************************************************
*
"
This diff is collapsed.
Click to expand it.
configure.in
+
48
−
32
View file @
b447b5dc
dnl "$Id: configure.in,v 1.2
5
2003-02-18 0
7:09:1
0 geuzaine Exp $"
dnl "$Id: configure.in,v 1.2
6
2003-02-18 0
8:52:4
0 geuzaine Exp $"
dnl
dnl
dnl Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle
dnl Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle
dnl
dnl
...
@@ -70,6 +70,7 @@ AC_PROG_CXX
...
@@ -70,6 +70,7 @@ AC_PROG_CXX
dnl Set default flags
dnl Set default flags
FLAGS=""
FLAGS=""
INCLS=""
OPTIM="${CXXFLAGS}"
OPTIM="${CXXFLAGS}"
dnl Check for various programs
dnl Check for various programs
...
@@ -111,7 +112,7 @@ if test "x$enable_gui" != "xno"; then
...
@@ -111,7 +112,7 @@ if test "x$enable_gui" != "xno"; then
AC_MSG_ERROR(Could not find fltk-config. Try --with-fltk-prefix?)
AC_MSG_ERROR(Could not find fltk-config. Try --with-fltk-prefix?)
fi
fi
GMSH_LIBS="${GMSH_LIBS} `$FLTKCONFIG --use-gl --use-images --ldflags`"
GMSH_LIBS="${GMSH_LIBS} `$FLTKCONFIG --use-gl --use-images --ldflags`"
FLAG
S="${
FLAG
S} `$FLTKCONFIG --use-gl --use-images --cxxflags`"
INCL
S="${
INCL
S} `$FLTKCONFIG --use-gl --use-images --cxxflags`"
dnl Check if libjpeg is available to enable/disable gl2jpg
dnl Check if libjpeg is available to enable/disable gl2jpg
if test "x${JPEG_PREFIX}" != "x"; then
if test "x${JPEG_PREFIX}" != "x"; then
...
@@ -125,7 +126,7 @@ if test "x$enable_gui" != "xno"; then
...
@@ -125,7 +126,7 @@ if test "x$enable_gui" != "xno"; then
else
else
dnl Find the libs/includes even if libjpeg is _not_ properly installed (ugly hack!)
dnl Find the libs/includes even if libjpeg is _not_ properly installed (ugly hack!)
GMSH_LIBS="${GMSH_LIBS} -L${JPEG_PREFIX} -L${JPEG_PREFIX}/lib -ljpeg"
GMSH_LIBS="${GMSH_LIBS} -L${JPEG_PREFIX} -L${JPEG_PREFIX}/lib -ljpeg"
FLAG
S="${
FLAG
S} -I${JPEG_PREFIX} -I${JPEG_PREFIX}/include"
INCL
S="${
INCL
S} -I${JPEG_PREFIX} -I${JPEG_PREFIX}/include"
fi
fi
fi
fi
...
@@ -138,23 +139,35 @@ fi
...
@@ -138,23 +139,35 @@ fi
dnl Check if Triangle is installed
dnl Check if Triangle is installed
AC_CHECK_FILE(./Triangle/triangle.c, TRIANGLE="yes", TRIANGLE="no")
AC_CHECK_FILE(./Triangle/triangle.c, TRIANGLE="yes", TRIANGLE="no")
if test "x${TRIANGLE}" = "xyes" -a "x$enable_triangle" != "xno"; then
if test "x${TRIANGLE}" = "xyes"; then
if test "x$enable_triangle" != "xno"; then
GMSH_DIRS="${GMSH_DIRS} Triangle"
GMSH_DIRS="${GMSH_DIRS} Triangle"
GMSH_LIBS="${GMSH_LIBS} -lGmshTriangle"
GMSH_LIBS="${GMSH_LIBS} -lGmshTriangle"
FLAGS="${FLAGS} -DHAVE_TRIANGLE"
FLAGS="${FLAGS} -DHAVE_TRIANGLE"
echo "********************************************************************"
echo "You are building a version of Gmsh that contains Jonathan"
echo "Shewchuk's Triangle as an alternative isotropic 2D mesh generator."
echo "Please note that by doing so, you agree to Triangle's licencing"
echo "requirements stated in ./Triangle/README. (Most notably, you can"
echo "only redistribute Gmsh if no compensation is received.)"
echo "To disable Triangle, run configure again with the --disable-triangle"
echo "option."
echo "********************************************************************"
fi
else
else
echo "*******************************************************************"
if test "x$enable_triangle" != "xno"; then
echo "********************************************************************"
echo "If you want to use Jonathan Shewchuk's Triangle as an alternative"
echo "If you want to use Jonathan Shewchuk's Triangle as an alternative"
echo "isotropic 2D mesh generator, please download Triangle from the"
echo "isotropic 2D mesh generator, please download Triangle from the"
echo "author's web site at http://www.cs.cmu.edu/~quake/triangle.html,"
echo "author's web site at http://www.cs.cmu.edu/~quake/triangle.html,"
echo "unpack the archive and copy the two files 'triangle.c' and"
echo "unpack the archive and copy the two files 'triangle.c' and"
echo "'triangle.h' in the ./Triangle subdirectory. Then run ./configure"
echo "'triangle.h' in the ./Triangle subdirectory. Then run ./configure"
echo "again."
echo "again."
echo ""
echo "Please note that by doing so, you agree to Triangle's licencing"
echo "Please note that by doing so, you agree to Triangle's licencing"
echo "requirements stated in ./Triangle/README. (Most notably, you may"
echo "requirements stated in ./Triangle/README. (Most notably, you may"
echo "then only redistribute Gmsh if no compensation is received.)"
echo "then only redistribute Gmsh if no compensation is received.)"
echo "*******************************************************************"
echo "********************************************************************"
fi
fi
fi
dnl Check for GSL
dnl Check for GSL
...
@@ -171,7 +184,7 @@ if test "x$enable_gsl" = "xyes"; then
...
@@ -171,7 +184,7 @@ if test "x$enable_gsl" = "xyes"; then
GMSH_LIBS="${GMSH_LIBS} -lgsl -lgslcblas"
GMSH_LIBS="${GMSH_LIBS} -lgsl -lgslcblas"
else
else
GMSH_LIBS="${GMSH_LIBS} -L${GSL_PREFIX}/lib -lgsl -lgslcblas"
GMSH_LIBS="${GMSH_LIBS} -L${GSL_PREFIX}/lib -lgsl -lgslcblas"
FLAG
S="${
FLAG
S} -I${GSL_PREFIX}/include"
INCL
S="${
INCL
S} -I${GSL_PREFIX}/include"
fi
fi
fi
fi
fi
fi
...
@@ -179,25 +192,27 @@ if test "x${GSL}" != "xyes"; then
...
@@ -179,25 +192,27 @@ if test "x${GSL}" != "xyes"; then
dnl Check if non-free numerical recipes routines are in the tree
dnl Check if non-free numerical recipes routines are in the tree
AC_CHECK_FILE(./NR/dsvdcmp.cpp,NR="yes",NR="no")
AC_CHECK_FILE(./NR/dsvdcmp.cpp,NR="yes",NR="no")
if test "x${NR}" = "xyes"; then
if test "x${NR}" = "xyes"; then
echo "*******************************************************************"
echo "********************************************************************"
echo "You are building a non-free version of Gmsh, using some code"
echo "You are building a non-free version of Gmsh, using code copyright"
echo "copyrighted by Numerical Recipes."
echo "(C) 1986-92 Numerical Recipes Software J!0."
echo "*******************************************************************"
echo "To use the GSL instead, run configure again with the --enable-gsl"
echo "option."
echo "********************************************************************"
GMSH_DIRS="${GMSH_DIRS} NR"
GMSH_DIRS="${GMSH_DIRS} NR"
GMSH_LIBS="${GMSH_LIBS} -lGmshNR"
GMSH_LIBS="${GMSH_LIBS} -lGmshNR"
else
else
echo "*******************************************************************"
echo "*******************************************************************
*
"
echo "This is the free version of Gmsh and configure could not find"
echo "This is the free version of Gmsh and configure could not find"
echo "the GNU Scientific Library (GSL) on your system:"
echo "the GNU Scientific Library (GSL) on your system:"
echo "- if it is installed in a non-standard location, please run"
echo "- if it is installed in a non-standard location, please run"
echo "
./
configure again with the --with-gsl-prefix option"
echo " configure again with the --with-gsl-prefix option"
echo "- if it is not installed on your system, you can download it from"
echo "- if it is not installed on your system, you can download it from"
echo " http://sources.redhat.com/gsl/"
echo " http://sources.redhat.com/gsl/"
echo ""
echo ""
echo "IMPORTANT NOTE: You need to install GSL 1.2 or above. All
versions
"
echo "IMPORTANT NOTE: You need to install GSL
version
1.2 or above. All"
echo "<= 1.1.1 have a bug in the singular value decomposition
algorithm
"
echo "
versions
<= 1.1.1 have a bug in the singular value decomposition"
echo "that will cause Gmsh to hang during mesh generation."
echo "
algorithm
that will cause Gmsh to hang during mesh generation."
echo "*******************************************************************"
echo "*******************************************************************
*
"
AC_MSG_ERROR()
AC_MSG_ERROR()
fi
fi
fi
fi
...
@@ -263,6 +278,7 @@ AC_CHECK_HEADERS(sys/time.h sys/resource.h)
...
@@ -263,6 +278,7 @@ AC_CHECK_HEADERS(sys/time.h sys/resource.h)
dnl Write output
dnl Write output
AC_SUBST(UNAME)
AC_SUBST(UNAME)
AC_SUBST(FLAGS)
AC_SUBST(FLAGS)
AC_SUBST(INCLS)
AC_SUBST(OPTIM)
AC_SUBST(OPTIM)
AC_SUBST(LINKER)
AC_SUBST(LINKER)
AC_SUBST(GMSH_DIRS)
AC_SUBST(GMSH_DIRS)
...
@@ -272,10 +288,10 @@ AC_SUBST(AR)
...
@@ -272,10 +288,10 @@ AC_SUBST(AR)
AC_OUTPUT(variables)
AC_OUTPUT(variables)
dnl Print some information
dnl Print some information
echo "*******************************************************************"
echo "*******************************************************************
*
"
echo "Gmsh is configured for"
echo "Gmsh is configured for"
echo "- OS : $UNAME"
echo "- OS : $UNAME"
echo "- OPTIM : $OPTIM"
echo "- OPTIM : $OPTIM"
echo "- FLAGS : $FLAGS"
echo "- FLAGS : $FLAGS"
echo "*******************************************************************"
echo "*******************************************************************
*
"
This diff is collapsed.
Click to expand it.
variables.in
+
1
−
1
View file @
b447b5dc
...
@@ -7,7 +7,7 @@ CXX=@CXX@
...
@@ -7,7 +7,7 @@ CXX=@CXX@
LINKER=@LINKER@
LINKER=@LINKER@
# Compiler flags
# Compiler flags
FLAGS=@FLAGS@
FLAGS=@FLAGS@
@INCLS@
OPTIM=@OPTIM@
OPTIM=@OPTIM@
# Gmsh subdirectories and libraries
# Gmsh subdirectories and libraries
...
...
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