Merge branch '84-elegant-2020-2-0-build-module-review-build-block' into 'master'
Resolve "elegant/2020.2.0: build module, review build-block" Closes #84 See merge request Pmodules/buildblocks!106
This commit is contained in:
22
MPI/elegant/build
Executable file
22
MPI/elegant/build
Executable file
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
pbuild::add_to_group 'MPI'
|
||||
|
||||
pbuild::prep() {
|
||||
:
|
||||
}
|
||||
pbuild::configure() {
|
||||
:
|
||||
}
|
||||
pbuild::compile() {
|
||||
:
|
||||
}
|
||||
pbuild::install() {
|
||||
:
|
||||
}
|
||||
|
||||
# Local Variables:
|
||||
# mode: sh
|
||||
# sh-basic-offset: 8
|
||||
# tab-width: 8
|
||||
# End:
|
||||
1
MPI/elegant/files/variants.merlin6
Normal file
1
MPI/elegant/files/variants.merlin6
Normal file
@@ -0,0 +1 @@
|
||||
elegant/2020.2.0_merlin6 unstable gcc/8.4.0 openmpi/3.1.6_slurm gsl/2.6
|
||||
4
MPI/elegant/files/variants.rhel6
Normal file
4
MPI/elegant/files/variants.rhel6
Normal file
@@ -0,0 +1,4 @@
|
||||
elegant/2020.2.0 unstable gcc/8.4.0 openmpi/3.1.6 gsl/2.6
|
||||
elegant/32.0.0 deprecated gcc/5.4.0 openmpi/1.10.4
|
||||
elegant/33.1.2 deprecated gcc/5.4.0 openmpi/1.10.4
|
||||
elegant/34.2.0 deprecated gcc/7.3.0 mpich/3.2.1
|
||||
@@ -18,6 +18,14 @@ and ramping machines. The code provides simulation of various collective
|
||||
effects, such as wakes and coherent synchrotron radiation.
|
||||
"
|
||||
|
||||
setenv RPN_DEFNS $PREFIX/RPN-DEFNS
|
||||
setenv HOST_ARCH linux-x86_64
|
||||
setenv EPICS_HOST_ARCH linux-x86_64
|
||||
setenv RPN_DEFNS $PREFIX/RPN_DEFNS
|
||||
setenv HOST_ARCH linux-x86_64
|
||||
setenv EPICS_HOST_ARCH linux-x86_64
|
||||
|
||||
append-path PATH $PREFIX/epics/extensions/bin/linux-x86_64
|
||||
append-path PATH $PREFIX/oag/apps/bin/linux-x86_64
|
||||
|
||||
append-path LIBRARY_PATH $PREFIX/epics/extensions/lib/linux-x86_64
|
||||
append-path C_INCLUDE_PATH $PREFIX/epics/extensions/include
|
||||
append-path CPLUS_INCLUDE_PATH $PREFIX/epics/extensions/include
|
||||
append-path PKG_CONFIG_PATH $PREFIX/epics/base/lib
|
||||
|
||||
Reference in New Issue
Block a user