]> git.pld-linux.org Git - packages/xdmf.git/commitdiff
- fix python detection auto/th/xdmf-0-0.20100330.3
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 23 Nov 2014 23:29:57 +0000 (00:29 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 23 Nov 2014 23:29:57 +0000 (00:29 +0100)
- rel 3

xdmf.spec

index 880a9b1c172400208629ff37cf350d35ea2b4793..102f93096aeadb7dfbb61522459aebbc8769b719 100644 (file)
--- a/xdmf.spec
+++ b/xdmf.spec
@@ -8,7 +8,7 @@
 %bcond_with    mpi     # MPI support
 %bcond_with    utils   # build XdmfUtils (see TODO above)
 #
-%define                rel 2
+%define                rel 3
 Summary:       eXtensible Data Model and Format library
 Summary(pl.UTF-8):     Biblioteka rozszerzalnego modelu i formatu danych (XDMF)
 Name:          xdmf
@@ -89,7 +89,8 @@ Pythonowy interfejs do biblioteki Xdmf.
 mkdir build
 cd build
 %cmake .. \
-       -DPythonLibs_FIND_VERSION=%{py_ver} \
+       -DPythonLibs_FIND_VERSION=2 \
+       -DPythonLibs_FIND_VERSION_MAJOR=2 \
        %{!?with_mpi:-DXDMF_BUILD_MPI=OFF} \
        %{?with_utils:-DXDMF_BUILD_UTILS=ON} \
        -DXDMF_SYSTEM_HDF5=ON \
This page took 0.085426 seconds and 4 git commands to generate.