Skip to content
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

fix sources for LS-PrePost 4.6 + add LS-PrePost 4.7.8 #10236

Merged
merged 7 commits into from Mar 25, 2020
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/l/LS-PrePost/LS-PrePost-4.6-centos6.eb
Expand Up @@ -10,8 +10,8 @@ description = """LS-PrePost is an advanced pre and post-processor that is delive
toolchain = SYSTEM

source_urls = ['http://ftp.lstc.com/anonymous/outgoing/lsprepost/%(version)s/linux64/']
sources = ['lsprepost-%(version)s_mesa%(versionsuffix)s-03Apr2019.tgz']
checksums = ['b30ac871c9949d2449515033be5e978a873111be5bdf430326681735fa92e2a7']
sources = ['lsprepost-%(version)s_mesa%(versionsuffix)s-03Jun2019.tgz']
checksums = ['fc9f55696deac906538857e22c031d97cb4e99d0e90460ac69f8de73e9d312f6']

modextrapaths = {'PATH': '.', 'LD_LIBRARY_PATH': 'lib'}

Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/l/LS-PrePost/LS-PrePost-4.6-centos7.eb
Expand Up @@ -10,8 +10,8 @@ description = """LS-PrePost is an advanced pre and post-processor that is delive
toolchain = SYSTEM

source_urls = ['http://ftp.lstc.com/anonymous/outgoing/lsprepost/%(version)s/linux64/']
sources = ['lsprepost-%(version)s_mesa%(versionsuffix)s-03Apr2019.tgz']
checksums = ['9a89e606054bb481bf73dc8526c5ce4107d242090d0f336a6dfd5c57d782d62e']
sources = ['lsprepost-%(version)s_mesa%(versionsuffix)s-09May2019.tgz']
checksums = ['534ee68fcfcc0f711026624d813818d2c4aa169f1ba91170c34b8a1f686feaa0']

modextrapaths = {'PATH': '.', 'LD_LIBRARY_PATH': 'lib'}

Expand Down
22 changes: 22 additions & 0 deletions easybuild/easyconfigs/l/LS-PrePost/LS-PrePost-4.7.eb
@@ -0,0 +1,22 @@
easyblock = "Tarball"

name = 'LS-PrePost'
version = '4.7'
boegel marked this conversation as resolved.
Show resolved Hide resolved

homepage = 'http://lstc.com/products/ls-prepost'
description = """LS-PrePost is an advanced pre and post-processor that is delivered free with LS-DYNA."""

toolchain = SYSTEM

source_urls = ['http://ftp.lstc.com/anonymous/outgoing/lsprepost/%(version)s/linux64/']
boegel marked this conversation as resolved.
Show resolved Hide resolved
sources = ['lsprepost-%(version)s.8-common-09Mar2020.tgz']
checksums = ['67bd6b20d3b68e44640b4621db61d322728434568807751770c83fa1ae8a85fc']

modextrapaths = {'PATH': '.', 'LD_LIBRARY_PATH': 'lib'}

sanity_check_paths = {
'files': ['lsprepost'],
'dirs': ['lib']
}

moduleclass = 'cae'