Skip to content

Commit

Permalink
URLs not linked to a release
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Jan 12, 2024
1 parent c25bf4e commit e912cb6
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion meshing/packages/gmds/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class Gmds(CMakePackage):

homepage = 'https://gitlab.com/meshing'
url = 'https://github.com/LIHPC-Computational-Geometry/gmds072/archive/refs/tags/0.7.2.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/gmds072/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/gmds072'

maintainers = ['meshing_team']
Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/gmdscea/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Gmdscea(CMakePackage):

homepage = 'https://github.com/LIHPC-Computational-Geometry/gmdscea'
url = 'https://github.com/LIHPC-Computational-Geometry/gmdscea/archive/refs/tags/2.0.0.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/gmdscea/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/gmdscea.git'
maintainers = ['meshing_team']

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/guitoolkitsvariables/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Guitoolkitsvariables(CMakePackage):

homepage = 'https://github.com/LIHPC-Computational-Geometry/guitoolkitsvariables'
url = 'https://github.com/LIHPC-Computational-Geometry/guitoolkitsvariables/archive/refs/tags/1.3.3.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/guitoolkitsvariables/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/guitoolkitsvariables.git'
maintainers = ['meshing_team']

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/lima/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Lima(CMakePackage):
"""Logiciel Interface MAillage"""

homepage = 'https://github.com/LIHPC-Computational-Geometry/lima'
url = 'https://github.com/LIHPC-Computational-Geometry/lima/archive/refs/tags/7.9.1.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/lima/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/lima.git'
maintainers = ['meshing_team']

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/magix3d/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Magix3d(CMakePackage):
"""Mailleur 3D"""

homepage = 'https://github.com/LIHPC-Computational-Geometry/magix3d'
url = 'https://github.com/LIHPC-Computational-Geometry/magix3d/archive/refs/tags/2.2.4.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/magix3d/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/magix3d.git'
maintainers = ['meshing_team']

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/preferences/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Preferences(CMakePackage):
"""Bibliotheque d'utilitaires de gestion de preferences utilisateur reposant sur XercesC et Qt"""

homepage = 'https://github.com/LIHPC-Computational-Geometry/preferences'
url = 'https://github.com/LIHPC-Computational-Geometry/preferences/archive/refs/tags/6.2.2.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/preferences/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/preferences.git'

maintainers = ['meshing_team']
Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/pythonutil/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Pythonutil(CMakePackage):
"""Utilitaires python-cpp."""

homepage = 'https://github.com/LIHPC-Computational-Geometry/pythonutil'
url = 'https://github.com/LIHPC-Computational-Geometry/pythonutil/archive/refs/tags/6.2.1.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/pythonutil/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/pythonutil.git'
maintainers = ['meshing_team']

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/qqualif/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Qqualif(CMakePackage):
"""Bibliotheque d'utilitaires de qualite de maillage."""

homepage = 'https://github.com/LIHPC-Computational-Geometry/qqualif'
url = 'https://github.com/LIHPC-Computational-Geometry/qqualif/archive/refs/tags/4.2.1.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/qqualif/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/qqualif.git'
maintainers = ['meshing_team']

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/qtpython/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Qtpython(CMakePackage):
"""Bibliotheque d'utilitaires Qt/Python permettant d'executer des scripts dans une console avec mode pas a pas."""

homepage = 'https://github.com/LIHPC-Computational-Geometry/qtpython'
url = 'https://github.com/LIHPC-Computational-Geometry/qtpython/archive/refs/tags/6.3.1.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/qtpython/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/qtpython.git'
maintainers = ['meshing_team']

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/qtutil/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Qtutil(CMakePackage):
"""Bibliotheque d'utilitaires Qt"""

homepage = 'https://github.com/LIHPC-Computational-Geometry/qtutil'
url = 'https://github.com/LIHPC-Computational-Geometry/qtutil/archive/refs/tags/6.2.1.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/qtutil/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/qtutil.git'
maintainers = ['meshing_team']

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/qtvtk/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Qtvtk(CMakePackage):
"""Bibliotheque d'utilitaires Qt/VTK et permettant le parametrage d'experiences lasers ou conteneurs"""

homepage = 'https://github.com/LIHPC-Computational-Geometry/qtvtk'
url = 'https://github.com/LIHPC-Computational-Geometry/qtvtk/archive/refs/tags/8.4.1.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/qtvtk/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/qtvtk.git'
maintainers = ['meshing_team']

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/qualif/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Qualif(CMakePackage):
"""Bibliotheque/utilitaire de mesure de qualite de maillage"""

homepage = 'https://github.com/LIHPC-Computational-Geometry/qualif'
url = 'https://github.com/LIHPC-Computational-Geometry/qualif/archive/refs/tags/2.3.5.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/qualif/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/qualif.git'

depends_on('cmake', type='build')
Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/qwtcharts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Qwtcharts(CMakePackage):
"""Bibliotheque d'utilitaires Qwt"""

homepage = 'https://github.com/LIHPC-Computational-Geometry/qwtcharts'
url = 'https://github.com/LIHPC-Computational-Geometry/qwtcharts/archive/refs/tags/5.2.1.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/qwtcharts/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/qwtcharts.git'
maintainers = ['meshing_team']

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/smooth3d/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Smooth3d(CMakePackage):
"""Smooth3D is a mesh smoothing library"""

homepage = 'https://github.com/LIHPC-Computational-Geometry/smooth3d'
url = 'https://github.com/LIHPC-Computational-Geometry/smooth3d/archive/refs/tags/3.2.0.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/smooth3d/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/smooth3d.git'
maintainers = ['meshing_team']

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/tkutil/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Tkutil(CMakePackage):
"""Bibliothèque d'utilitaires C++"""

homepage = 'https://github.com/LIHPC-Computational-Geometry/tkutil'
url = 'https://github.com/LIHPC-Computational-Geometry/tkutil/archive/refs/tags/6.5.1.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/tkutil/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/tkutil.git'
maintainers = ['meshing_team']

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/triton2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Triton2(CMakePackage):
"""FIXME: Put a proper description of your package here."""

homepage = 'https://github.com/LIHPC-Computational-Geometry/triton2'
url = 'https://github.com/LIHPC-Computational-Geometry/triton2/archive/refs/tags/1.0.0.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/triton2/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/triton2.git'
maintainers = ['meshing_team']

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/vtkcontrib/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Vtkcontrib(CMakePackage):
"""Bibliotheque d'utilitaires VTK"""

homepage = 'https://github.com/LIHPC-Computational-Geometry/vtkcontrib'
url = 'https://github.com/LIHPC-Computational-Geometry/vtkcontrib/archive/refs/tags/5.4.1.tar.gz'
url = 'https://github.com/LIHPC-Computational-Geometry/vtkcontrib/archive/refs/tags/0.0.0.tar.gz'
git = 'https://github.com/LIHPC-Computational-Geometry/vtkcontrib.git'
maintainers = ['meshing_team']

Expand Down

0 comments on commit e912cb6

Please sign in to comment.