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
3f784484
Commit
3f784484
authored
12 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
prepare 2.6
parent
af85d184
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
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
doc/VERSIONS.txt
+3
-3
3 additions, 3 deletions
doc/VERSIONS.txt
with
6 additions
and
6 deletions
CMakeLists.txt
+
3
−
3
View file @
3f784484
...
@@ -69,8 +69,8 @@ option(ENABLE_WRAP_JAVA "Build Java wrappers" OFF)
...
@@ -69,8 +69,8 @@ option(ENABLE_WRAP_JAVA "Build Java wrappers" OFF)
option
(
ENABLE_WRAP_PYTHON
"Build Python wrappers"
${
DEFAULT
}
)
option
(
ENABLE_WRAP_PYTHON
"Build Python wrappers"
${
DEFAULT
}
)
set
(
GMSH_MAJOR_VERSION 2
)
set
(
GMSH_MAJOR_VERSION 2
)
set
(
GMSH_MINOR_VERSION
5
)
set
(
GMSH_MINOR_VERSION
6
)
set
(
GMSH_PATCH_VERSION
1
)
set
(
GMSH_PATCH_VERSION
0
)
set
(
GMSH_EXTRA_VERSION
""
CACHE STRING
"Gmsh extra version string"
)
set
(
GMSH_EXTRA_VERSION
""
CACHE STRING
"Gmsh extra version string"
)
set
(
GMSH_VERSION
"
${
GMSH_MAJOR_VERSION
}
.
${
GMSH_MINOR_VERSION
}
"
)
set
(
GMSH_VERSION
"
${
GMSH_MAJOR_VERSION
}
.
${
GMSH_MINOR_VERSION
}
"
)
...
@@ -1256,7 +1256,7 @@ set(CPACK_SOURCE_GENERATOR TGZ)
...
@@ -1256,7 +1256,7 @@ set(CPACK_SOURCE_GENERATOR TGZ)
set
(
CPACK_SOURCE_IGNORE_FILES
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
"/CVS/"
"/.svn"
"~$"
set
(
CPACK_SOURCE_IGNORE_FILES
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
"/CVS/"
"/.svn"
"~$"
"DS_Store$"
"GmshConfig.h$"
"GmshVersion.h$"
"/benchmarks/"
"/tmp/"
"DS_Store$"
"GmshConfig.h$"
"GmshVersion.h$"
"/benchmarks/"
"/tmp/"
"/bin/"
"/lib/"
"/nightly/"
"GPATH"
"GRTAGS"
"GSYMS"
"GTAGS"
"/HTML/"
"/bin/"
"/lib/"
"/nightly/"
"GPATH"
"GRTAGS"
"GSYMS"
"GTAGS"
"/HTML/"
"/projects/"
)
"/projects/"
"/FunctionSpace/"
)
if
(
UNIX
)
if
(
UNIX
)
# make sure we remove previous installs before doing the next one
# make sure we remove previous installs before doing the next one
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS.txt
+
3
−
3
View file @
3f784484
...
@@ -3,9 +3,9 @@ module based on ONELAB project (requires FLTK 1.3); new tensor field
...
@@ -3,9 +3,9 @@ module based on ONELAB project (requires FLTK 1.3); new tensor field
visualization modes (eigenvectors, ellipsoid, etc.); added support for
visualization modes (eigenvectors, ellipsoid, etc.); added support for
interpolation schemes in .msh file; added support for MED3 format; rescale
interpolation schemes in .msh file; added support for MED3 format; rescale
viewport around visible entities (shift+1:1 in GUI); unified post-processing
viewport around visible entities (shift+1:1 in GUI); unified post-processing
field export; new experimental stereo+camera visualization mode;
experimental
field export; new experimental stereo+camera visualization mode;
added
BAMG & MMG3D support for anisotropic mesh generation; new OCC cut&
merge
experimental
BAMG & MMG3D support for anisotropic mesh generation; new OCC cut
&
algorithm imported from Salome; new ability to connect extruded meshes to
merge
algorithm imported from Salome; new ability to connect extruded meshes to
tetrahedral grids using pyramids; new homology solver; Abaqus (INP) mesh export;
tetrahedral grids using pyramids; new homology solver; Abaqus (INP) mesh export;
bug fixes and small improvements all over the place.
bug fixes and small improvements all over the place.
...
...
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