Skip to content

{tools}[GCCcore/13.2.0] meshtool v20250401 #22786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

MarieHouillon
Copy link

(created using eb --new-pr)

Copy link

github-actions bot commented Apr 22, 2025

Updated software meshtool-20250401-GCCcore-13.2.0.eb

Diff against meshtool-16-GCC-10.2.0.eb

easybuild/easyconfigs/m/meshtool/meshtool-16-GCC-10.2.0.eb

diff --git a/easybuild/easyconfigs/m/meshtool/meshtool-16-GCC-10.2.0.eb b/easybuild/easyconfigs/m/meshtool/meshtool-20250401-GCCcore-13.2.0.eb
index 4225f3c60e..20094d7f48 100644
--- a/easybuild/easyconfigs/m/meshtool/meshtool-16-GCC-10.2.0.eb
+++ b/easybuild/easyconfigs/m/meshtool/meshtool-20250401-GCCcore-13.2.0.eb
@@ -1,25 +1,29 @@
 easyblock = 'MakeCp'
 
 name = 'meshtool'
-version = '16'
+version = '20250401'
 
 homepage = 'https://bitbucket.org/aneic/meshtool'
-description = """Meshtool is a command-line tool written in C++. It is designed to apply various manipulations to
-volumetric meshes."""
+description = """Meshtool is a comand-line tool written in C++.
+ It is designed to apply various manipulations to volumetric meshes."""
 
-toolchain = {'name': 'GCC', 'version': '10.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
+toolchainopts = {'openmp': True}
 
-source_urls = ['https://bitbucket.org/aneic/meshtool/get/']
-sources = ['v%(version)s.tar.gz']
-checksums = ['822e715b363603dfe320b4b530ad4a77cc5ecd0ccb692d77e01b6ecfe7da9d38']
+sources = [{
+    'filename': '%(name)s-%(version)s.tar.gz',
+    'git_config': {
+        'url': 'https://bitbucket.org/aneic/meshtool',
+        'repo_name': 'meshtool',
+        'commit': '2b5c00311b3ac18d4e7b169a75aeadbc85fcc94f',
+    },
+}]
 
-prebuildopts = 'sed -i "s/-march=native/$CXXFLAGS/g" switches.def && '
-
-files_to_copy = [(['meshtool'], 'bin')]
+files_to_copy = [(['%(name)s'], 'bin')]
 
 sanity_check_paths = {
     'files': ['bin/meshtool'],
-    'dirs': [],
+    'dirs': ['bin']
 }
 
 sanity_check_commands = ["meshtool help"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant