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
5d397ed8
Commit
5d397ed8
authored
16 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
make framework
parent
f4f3c16c
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Makefile
+16
-0
16 additions, 0 deletions
Makefile
configure
+9
-3
9 additions, 3 deletions
configure
configure.in
+9
-3
9 additions, 3 deletions
configure.in
utils/misc/Info.plist
+2
-2
2 additions, 2 deletions
utils/misc/Info.plist
utils/misc/Info_framework.plist
+12
-0
12 additions, 0 deletions
utils/misc/Info_framework.plist
with
48 additions
and
8 deletions
Makefile
+
16
−
0
View file @
5d397ed8
...
...
@@ -85,6 +85,22 @@ uninstall-lib:
rm
-rf
${
includedir
}
/gmsh
rm
-rf
${
libdir
}
/libGmsh
${
LIBSUFFIX
}${
LIBEXT
}
framework
:
lib
rm
-rf
Gmsh.framework
mkdir
-p
Gmsh.framework
mkdir
-p
Gmsh.framework/Versions
mkdir
-p
Gmsh.framework/Versions/A
mkdir
-p
Gmsh.framework/Versions/A/Headers
mkdir
-p
Gmsh.framework/Versions/A/Resources
cp
lib/libGmsh
${
LIBEXT
}
Gmsh.framework/Versions/A/Gmsh
cp
${
GMSH_API
}
Gmsh.framework/Versions/A/Headers/
sed
-e
"s/GMSH_VERSION/
${
GMSH_VERSION
}
/g"
utils/misc/Info_framework.plist
\
>
Gmsh.framework/Versions/A/Resources/Info.plist
cd
Gmsh.framework/Versions
&&
ln
-s
A Current
cd
Gmsh.framework
&&
ln
-s
Versions/Current/Gmsh
cd
Gmsh.framework
&&
ln
-s
Versions/Current/Headers
cd
Gmsh.framework
&&
ln
-s
Versions/Current/Resources
embed
:
@
if
[
-r
../getdp/contrib/gmsh/Makefile
]
;
then
\
rsync
-av
${
GMSH_EMBEDDED
}
../getdp/contrib/gmsh
;
\
...
...
This diff is collapsed.
Click to expand it.
configure
+
9
−
3
View file @
5d397ed8
...
...
@@ -1950,10 +1950,7 @@ fi
if
test
"x
$enable_minimal
"
=
"xyes"
;
then
enable_gui
=
no
;
enable_parser
=
no
;
enable_post
=
no
;
enable_gsl
=
no
;
# enable_occ=no;
enable_fm
=
no
;
enable_netgen
=
no
;
enable_tetgen
=
no
;
...
...
@@ -1963,6 +1960,15 @@ if test "x$enable_minimal" = "xyes"; then
enable_med
=
no
;
enable_cgns
=
no
;
enable_zlib
=
no
;
if
test
"x
$enable_post
"
!=
"xyes"
;
then
enable_post
=
no
;
fi
if
test
"x
$enable_parser
"
!=
"xyes"
;
then
enable_parser
=
no
;
fi
if
test
"x
$enable_occ
"
!=
"xyes"
;
then
enable_occ
=
no
;
fi
CXXFLAGS
=
-O2
;
fi
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
9
−
3
View file @
5d397ed8
...
...
@@ -141,10 +141,7 @@ AC_ARG_ENABLE(minimal,
dnl "minimal" build shortcut
if test "x$enable_minimal" = "xyes"; then
enable_gui=no;
enable_parser=no;
enable_post=no;
enable_gsl=no;
# enable_occ=no;
enable_fm=no;
enable_netgen=no;
enable_tetgen=no;
...
...
@@ -154,6 +151,15 @@ if test "x$enable_minimal" = "xyes"; then
enable_med=no;
enable_cgns=no;
enable_zlib=no;
if test "x$enable_post" != "xyes"; then
enable_post=no;
fi
if test "x$enable_parser" != "xyes"; then
enable_parser=no;
fi
if test "x$enable_occ" != "xyes"; then
enable_occ=no;
fi
CXXFLAGS=-O2;
fi
...
...
This diff is collapsed.
Click to expand it.
utils/misc/Info.plist
+
2
−
2
View file @
5d397ed8
...
...
@@ -5,8 +5,8 @@
<key>
CFBundleName
</key><string>
Gmsh
</string>
<key>
CFBundleExecutable
</key><string>
Gmsh
</string>
<key>
CFBundlePackageType
</key><string>
APPL
</string>
<key>
CFBundleVersion
</key><string>
2.1.0-cvs-20071228
</string>
<key>
CFBundleShortVersionString
</key><string>
2.1.0-cvs-20071228
</string>
<key>
CFBundleVersion
</key><string>
GMSH_VERSION
</string>
<key>
CFBundleShortVersionString
</key><string>
GMSH_VERSION
</string>
<key>
CFBundleIconFile
</key><string>
Gmsh.icns
</string>
<key>
CFBundleSignature
</key><string>
GMSH
</string>
<key>
CFBundleGetInfoString
</key><string>
GMSH_VERSION, Copyright 1997-2008 C. Geuzaine and J.-F. Remacle
</string>
...
...
This diff is collapsed.
Click to expand it.
utils/misc/Info_framework.plist
0 → 100644
+
12
−
0
View file @
5d397ed8
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
CFBundleName
</key><string>
Gmsh
</string>
<key>
CFBundleExecutable
</key><string>
Gmsh
</string>
<key>
CFBundlePackageType
</key><string>
FMWK
</string>
<key>
CFBundleVersion
</key><string>
GMSH_VERSION
</string>
<key>
CFBundleSignature
</key><string>
GMSH
</string>
<key>
CFBundleIdentifier
</key><string>
org.geuz.Gmsh
</string>
</dict>
</plist>
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