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
a4750059
Commit
a4750059
authored
4 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
pp
parent
af94c1a0
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
utils/pypi/gmsh-dev/README.rst
+1
-1
1 addition, 1 deletion
utils/pypi/gmsh-dev/README.rst
utils/pypi/gmsh-dev/setup.py.in
+1
-1
1 addition, 1 deletion
utils/pypi/gmsh-dev/setup.py.in
with
2 additions
and
2 deletions
utils/pypi/gmsh-dev/README.rst
+
1
−
1
View file @
a4750059
...
@@ -6,7 +6,7 @@ gmsh-dev
...
@@ -6,7 +6,7 @@ gmsh-dev
mesh generator with built-in pre- and post-processing facilities.
mesh generator with built-in pre- and post-processing facilities.
The aim of this package is to download and install the latest development
The aim of this package is to download and install the latest development
snapshot of the official Gmsh app and binary Software Development Kit SDK in a
snapshot of the official Gmsh app and binary Software Development Kit
(
SDK
)
in a
pythonic way, i.e. via the ``pip`` command. For the latest stable release, use
pythonic way, i.e. via the ``pip`` command. For the latest stable release, use
the ``gmsh`` package instead.
the ``gmsh`` package instead.
...
...
This diff is collapsed.
Click to expand it.
utils/pypi/gmsh-dev/setup.py.in
+
1
−
1
View file @
a4750059
...
@@ -19,7 +19,7 @@ from ctypes.util import find_library
...
@@ -19,7 +19,7 @@ from ctypes.util import find_library
# Server and gmsh version
# Server and gmsh version
server = 'https://gmsh.info/bin'
server = 'https://gmsh.info/bin'
version = '${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}'
version = '${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}'
iversion = version + '.dev
5
' # installer version
iversion = version + '.dev
6
' # installer version
# Determine file name and and url to be downloaded and installed
# Determine file name and and url to be downloaded and installed
system = platform.system().lower()
system = platform.system().lower()
...
...
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