Skip to content
Snippets Groups Projects
Commit a4750059 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent af94c1a0
No related branches found
No related tags found
No related merge requests found
...@@ -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.
......
...@@ -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 + '.dev5' # installer version iversion = version + '.dev6' # 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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment