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
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Romin Tomasetti
gmsh
Commits
ff0fa898
Commit
ff0fa898
authored
7 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
8e5b63e3
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
Common/gmsh.h
+1
-1
1 addition, 1 deletion
Common/gmsh.h
with
4 additions
and
4 deletions
CMakeLists.txt
+
3
−
3
View file @
ff0fa898
...
@@ -1267,10 +1267,10 @@ if(ENABLE_WRAP_PYTHON)
...
@@ -1267,10 +1267,10 @@ if(ENABLE_WRAP_PYTHON)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
set
(
CMAKE_SWIG_FLAGS
""
)
set
(
CMAKE_SWIG_FLAGS
""
)
set_source_files_properties
(
Common/gmsh.i PROPERTIES CPLUSPLUS ON
)
set_source_files_properties
(
Common/gmsh.i PROPERTIES CPLUSPLUS ON
)
swig_add_module
(
gmsh
python
python Common/gmsh.i
)
swig_add_module
(
gmsh python Common/gmsh.i
)
swig_link_libraries
(
gmsh
python
${
PYTHON_LIBRARIES
}
shared
)
swig_link_libraries
(
gmsh
${
PYTHON_LIBRARIES
}
shared
)
if
(
APPLE
)
if
(
APPLE
)
set_target_properties
(
"_gmsh
python
"
PROPERTIES LINK_FLAGS
set_target_properties
(
"_gmsh"
PROPERTIES LINK_FLAGS
"-undefined suppress -flat_namespace"
)
"-undefined suppress -flat_namespace"
)
endif
(
APPLE
)
endif
(
APPLE
)
# internal developer API bindings
# internal developer API bindings
...
...
This diff is collapsed.
Click to expand it.
Common/gmsh.h
+
1
−
1
View file @
ff0fa898
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
// from the standard library. This design should not and will not change.
// from the standard library. This design should not and will not change.
// All functions return 0 as the first entry of the returned vector on
// All functions return 0 as the first entry of the returned vector on
// successful completion. Additional integer results can be append
s
to this
// successful completion. Additional integer results can be append
ed
to this
// returned value, depending on context.
// returned value, depending on context.
#include
<cmath>
#include
<cmath>
...
...
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