Changeset: 53a3c5b60ddc for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=53a3c5b60ddc Modified Files: MonetDB.spec Branch: Dec2016 Log Message:
On Fedora 23, numpy is called simply numpy. diffs (12 lines): diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -173,7 +173,7 @@ BuildRequires: numpy BuildRequires: python2-numpy %else # Fedora <= 23 doesn't have python2-numpy -BuildRequires: python-numpy +BuildRequires: numpy %endif %endif %endif _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
