mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: netcdf-cxx4, netcdf-cxx4-parallel-openmpi: Propagate netcdf.
* gnu/packages/maths.scm (netcdf-cxx4)[inputs]: Move netcdf from here... [propagated-inputs]: ...to here. (netcdf-cxx4-parallel-openmpi)[propagated-inputs]: New field. Change-Id: I6d92e89f75e4e5cbf8d46be6b1ca331999606673 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
b2ba3def99
commit
a729c88f67
1 changed files with 4 additions and 2 deletions
|
@ -2432,7 +2432,8 @@ sharing of scientific data.")
|
||||||
(search-input-file
|
(search-input-file
|
||||||
%build-inputs
|
%build-inputs
|
||||||
"/lib/libhdf5.so")))))
|
"/lib/libhdf5.so")))))
|
||||||
(inputs (list netcdf hdf5))
|
(inputs (list hdf5))
|
||||||
|
(propagated-inputs (list netcdf)) ;include/netcdf includes netcdf.h
|
||||||
(home-page "https://github.com/Unidata/netcdf-cxx4")
|
(home-page "https://github.com/Unidata/netcdf-cxx4")
|
||||||
(synopsis "NetCDF C++ interface")
|
(synopsis "NetCDF C++ interface")
|
||||||
(description
|
(description
|
||||||
|
@ -2447,7 +2448,8 @@ scientific data storage.")
|
||||||
(synopsis "NetCDF C++ interface (with MPI support)")
|
(synopsis "NetCDF C++ interface (with MPI support)")
|
||||||
(inputs (modify-inputs (package-inputs netcdf-cxx4)
|
(inputs (modify-inputs (package-inputs netcdf-cxx4)
|
||||||
(prepend openmpi)
|
(prepend openmpi)
|
||||||
(replace "hdf5" hdf5-parallel-openmpi)
|
(replace "hdf5" hdf5-parallel-openmpi)))
|
||||||
|
(propagated-inputs (modify-inputs (package-propagated-inputs netcdf-cxx4)
|
||||||
(replace "netcdf" netcdf-parallel-openmpi)))))
|
(replace "netcdf" netcdf-parallel-openmpi)))))
|
||||||
|
|
||||||
(define-public n2p2
|
(define-public n2p2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue