Skip to content
Snippets Groups Projects
Commit f8da4d96 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

update numpy, scipy, h5py to correct packages in .spec.in files

parent e2c43e1f
No related branches found
No related tags found
1 merge request!42Update numpy, scipy, h5py to correct packages in .spec.in files
Pipeline #249005 passed with warnings
......@@ -29,9 +29,9 @@ Requires: python%{python3_pkgversion}-ligo-scald >= @MIN_LIGO_SCALD_VERSION@
# --- python package requirements --- #
Requires: python3 >= @MIN_PYTHON_VERSION@
Requires: python%{python3_pkgversion}-%{gstreamername}
Requires: h5py
Requires: scipy
Requires: numpy
Requires: python%{python3_pkgversion}-h5py
Requires: python%{python3_pkgversion}-numpy
Requires: python%{python3_pkgversion}-scipy
# -- build requirements --- #
BuildRequires: fftw-devel >= 3
......
......@@ -35,9 +35,9 @@ Requires: python%{python3_pkgversion}-ligo-scald >= @MIN_LIGO_SCALD_VERSION@
# --- python package requirements --- #
Requires: python%{python3_pkgversion}-tqdm
Requires: numpy >= @MIN_NUMPY_VERSION@
Requires: scipy
Requires: h5py
Requires: python%{python3_pkgversion}-numpy >= @MIN_NUMPY_VERSION@
Requires: python%{python3_pkgversion}-scipy
Requires: python%{python3_pkgversion}-h5py
# --- build requirements
BuildRequires: doxygen >= @MIN_DOXYGEN_VERSION@
......
......@@ -22,9 +22,9 @@ Requires: gsl
# --- python package requirements --- #
Requires: python%{python3_pkgversion} >= @MIN_PYTHON_VERSION@
Requires: h5py
Requires: numpy >= @MIN_NUMPY_VERSION@
Requires: scipy
Requires: python%{python3_pkgversion}-h5py
Requires: python%{python3_pkgversion}-numpy >= @MIN_NUMPY_VERSION@
Requires: python%{python3_pkgversion}-scipy
# --- LSCSoft package requirements --- #
Requires: lal >= @MIN_LAL_VERSION@
......
......@@ -36,20 +36,20 @@ Requires: lalburst >= @MIN_LALBURST_VERSION@
Requires: lalmetaio >= @MIN_LALMETAIO_VERSION@
Requires: lalinspiral >= @MIN_LALINSPIRAL_VERSION@
Requires: lalsimulation >= @MIN_LALSIMULATION_VERSION@
Requires: python%{python3_pkgversion}-gwdatafind >= @MIN_GWDATAFIND_VERSION@
Requires: python%{python3_pkgversion}-lal >= @MIN_LAL_VERSION@
Requires: python%{python3_pkgversion}-ligo-lw >= @MIN_LIGO_LW_VERSION@
Requires: python%{python3_pkgversion}-ligo-segments >= @MIN_LIGO_SEGMENTS_VERSION@
# --- python package requirements --- #
Requires: python%{python3_pkgversion} >= @MIN_PYTHON_VERSION@
Requires: python%{python3_pkgversion}-dataclasses
Requires: python%{python3_pkgversion}-%{gstreamername}
Requires: python%{python3_pkgversion}-gobject >= @MIN_PYGOBJECT_VERSION@
Requires: python%{python3_pkgversion}-gwdatafind >= @MIN_GWDATAFIND_VERSION@
Requires: python%{python3_pkgversion}-lal >= @MIN_LAL_VERSION@
Requires: python%{python3_pkgversion}-ligo-lw >= @MIN_LIGO_LW_VERSION@
Requires: python%{python3_pkgversion}-ligo-segments >= @MIN_LIGO_SEGMENTS_VERSION@
Requires: python%{python3_pkgversion}-numpy >= @MIN_NUMPY_VERSION@
Requires: python%{python3_pkgversion}-pluggy >= @MIN_PLUGGY_VERSION@
Requires: python%{python3_pkgversion}-scipy
Requires: python3-condor >= @MIN_PYTHON_CONDOR_VERSION@
Requires: numpy > @MIN_NUMPY_VERSION@
Requires: scipy
# --- build requirements --- #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment