RPM macros for setting up mpi-specific paths during build
https://github.com/openSUSE/
RPM macros to set up mpi specific paths during build. This package provides rpm
macros for %{flavor} flavor of mpi.
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:badshah400:Staging/mpi-rpm-macros && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README | 0000000018 18 Bytes | |
_multibuild | 0000000144 144 Bytes | |
mpi-rpm-macros.changes | 0000000160 160 Bytes | |
mpi-rpm-macros.spec | 0000002072 2.02 KB |
Revision 3 (latest revision is 13)
Atri Bhattacharya (badshah400)
committed
(revision 3)
-
Comments 3
@StefanBruens What do you think of a package like this that centralises the macros for different mpi flavours? Thanks in advance for any comments or suggestions.
In general definitely a good idea, this should get rid of lots of boilerplate from the spec files, need to edit each spec file on changes, and remove minor differences in variable naming between spec files.
With something like this the last missing part is the possibility to define the _multibuild in the project configuration.
Though, I haven't looked into this in detail, yet. Will do later.
@eeich FYI
Thanks, yes getting rid of potential inconsistencies in definitions set up for every single spec file is definitely the end goal here.