-
Notifications
You must be signed in to change notification settings - Fork 781
{math}[gompi/2021a] Mmg v5.6.0 #15515
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
Merged
lexming
merged 5 commits into
easybuilders:develop
from
sassy-crick:20220518110404_new_pr_Mmg560
Sep 30, 2022
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
ce79d41
adding easyconfigs: Mmg-5.6.0-gompi-2021a.eb
6e09e11
Tests added, following PR #15622
0125c8e
binutils removed
ad468b9
Merge branch 'develop' into 20220518110404_new_pr_Mmg560
lexming b7dab3b
homogenize easyconfigs of Mmg v5.6.0
lexming File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| easyblock = 'CMakeMake' | ||
|
|
||
| name = 'Mmg' | ||
| version = '5.6.0' | ||
|
|
||
| homepage = 'https://www.mmgtools.org/' | ||
| description = """ | ||
| Mmg is an open source software for simplicial remeshing. It provides 3 applications and 4 libraries: | ||
| the mmg2d application and the libmmg2d library: adaptation and optimization of a two-dimensional | ||
| triangulation and generation of a triangulation from a set of points or from given boundary edges | ||
| the mmgs application and the libmmgs library: adaptation and optimization of a surface triangulation | ||
| and isovalue discretization the mmg3d application and the libmmg3d library: adaptation and optimization | ||
| of a tetrahedral mesh and implicit domain meshing the libmmg library gathering the libmmg2d, | ||
| libmmgs and libmmg3d libraries.""" | ||
|
|
||
| toolchain = {'name': 'gompi', 'version': '2021a'} | ||
|
|
||
| source_urls = ['https://github.com/MmgTools/mmg/archive'] | ||
| sources = ['v%(version)s.tar.gz'] | ||
| patches = ['mmg-%(version)s_remove_ci_tests.patch'] | ||
|
|
||
| checksums = [ | ||
| 'bbf9163d65bc6e0f81dd3acc5a51e4a8c47a7fdae849abc26277e01154fe2437', # v5.6.0.tar.gz | ||
| '99de7437fb9d036c786b7f1526da93d4aa1d28e728fe7279f4c9204bbbb9f734', # mmg-5.6.0_remove_ci_tests.patch | ||
|
|
||
| ] | ||
|
|
||
| builddependencies = [('CMake', '3.20.1')] | ||
|
|
||
| dependencies = [('SCOTCH', '6.1.0')] | ||
|
|
||
| # CI tests require downloading of data that might not be available in the future. | ||
| # Sticking to tests included in the source with help of patch | ||
| configopts = '-DUSE_SCOTCH=ON -DBUILD_TESTING=ON -DONLY_VERY_SHORT_TESTS=ON ' | ||
| configopts += '-DTEST_LIBMMG2D=ON -DTEST_LIBMMG3D=ON -DTEST_LIBMMGS=ON ' | ||
| configopts += '-DLIBMMG2D_SHARED=ON -DLIBMMG3D_SHARED=ON -DLIBMMGS_SHARED=ON -DLIBMMG_SHARED=ON ' | ||
|
|
||
| pretestopts = 'export CTEST_PARALLEL_LEVEL=%(parallel)s &&' | ||
| runtest = 'test' | ||
|
|
||
| sanity_check_paths = { | ||
| 'files': ['bin/%s_O3' % x for x in ['mmg2d', 'mmg3d', 'mmgs']] + | ||
| ['lib/lib%s.%s' % (x, y) for x in ['mmg2d', 'mmg3d', 'mmgs', 'mmg'] for y in ['a', SHLIB_EXT]], | ||
| 'dirs': ['include/mmg/%s' % x for x in ['mmg2d', 'mmg3d', 'mmgs']] | ||
| } | ||
|
|
||
| moduleclass = 'math' | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.