Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
easyconfigs-it4i
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
easyconfigs-it4i
Commits
871a1b9b
Commit
871a1b9b
authored
4 weeks ago
by
Lukáš Krupčík
Browse files
Options
Downloads
Plain Diff
Merge branch 'it4i-karolina'
parents
4384066a
4f5c8ae8
No related branches found
No related tags found
No related merge requests found
Pipeline
#43399
passed
4 weeks ago
Stage: test
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
c/CASTEP/CASTEP-25.12-foss-2023b.eb
+52
-0
52 additions, 0 deletions
c/CASTEP/CASTEP-25.12-foss-2023b.eb
with
52 additions
and
0 deletions
c/CASTEP/CASTEP-25.12-foss-2023b.eb
0 → 100644
+
52
−
0
View file @
871a1b9b
# IT4Innovation
# PH 2025
easyblock = 'ConfigureMake'
name = 'CASTEP'
version = '25.12'
homepage = 'http://www.castep.org'
description = """
CASTEP is an electronic structure materials modelling code based on density
functional theory (DFT), with functionality including geometry optimization
molecular dynamics, phonons, NMR chemical shifts and much more.
"""
toolchain = {'name': 'foss', 'version': '2023b'}
download_instructions = """CASTEP is proprietary software, available under a free-of-charge license for academic use
only. Visit http://www.castep.org and navigate to "Getting Castep" to apply for a license."""
sources = [SOURCE_TAR_GZ]
checksums = ['e21177bfe4cb3f3d098b666c90771e3da2826503b002b8e325e3ca1e230cfc7d']
dependencies = [
('Perl', '5.38.0'),
('Python', '3.11.5'),
('SciPy-bundle', '2023.11'), # for elastic constants and castepconv utility
]
skipsteps = ['configure']
_generic_opts = ' COMMS_ARCH=mpi FFT=fftw3 MATH_LIBS="-lflexiblas" '
buildopts = _generic_opts + 'FFTLIBDIR=$FFT_LIB_DIR MATHLIBDIR=$BLAS_LIB_DIR'
buildopts += ' castep tools utilities'
preinstallopts = 'mkdir -p %(installdir)s/bin &&'
installopts = _generic_opts + 'INSTALL_DIR="%(installdir)s/bin"'
installopts += ' install-castep install-tools install-utilities'
sanity_check_paths = {
'files': ['bin/%s' % x for x in ['castep.mpi', 'optados.mpi', 'orbitals2bands', 'dispersion.pl',
'elastics.py', 'ceteprouts.pm']],
'dirs': [],
}
sanity_check_commands = [
'castep.mpi --help',
'optados.mpi --help',
]
moduleclass = 'phys'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment