diff options
author | CoprDistGit <infra@openeuler.org> | 2025-08-14 04:14:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-08-14 04:14:36 +0000 |
commit | 5f48665df0f43c51567771d04dd0ee41b4cdba5f (patch) | |
tree | 254bbda0a70c8f02fa03e474411e3fece27c2f5c | |
parent | 73f9cdb01152246b97a8822c87a9ba7fb8297f21 (diff) |
automatic import of vtk
-rw-r--r-- | vtk.spec | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -82,7 +82,7 @@ BuildRequires: mariadb-connector-c-devel BuildRequires: motif-devel BuildRequires: netcdf-cxx-devel BuildRequires: openslide-devel -BuildRequires: PEGTL-devel +#BuildRequires: PEGTL-devel BuildRequires: proj-devel BuildRequires: pugixml-devel BuildRequires: python%{python3_pkgversion}-devel @@ -100,7 +100,6 @@ BuildRequires: zlib-devel BuildRequires: chrpath BuildRequires: doxygen BuildRequires: graphviz -BuildRequires: gnuplot BuildRequires: wget %if %{with mpich} BuildRequires: mpich-devel @@ -435,7 +434,7 @@ programming languages. %prep cat %{SOURCE100} %{SOURCE101} %{SOURCE102} > %{SOURCE1} %autosetup -p1 -b 1 -n VTK-%{version} -for x in vtk{cli11,doubleconversion,eigen,expat,%{?with_fmt:fmt,}freetype,%{?with_gl2ps:gl2ps,}glew,hdf5,jpeg,jsoncpp,libharu,libproj,libxml2,lz4,lzma,mpi4py,netcdf,ogg,pegtl,png,pugixml,sqlite,theora,tiff,utf8,zfp,zlib} +for x in vtk{cli11,doubleconversion,eigen,expat,%{?with_fmt:fmt,}freetype,%{?with_gl2ps:gl2ps,}glew,hdf5,jpeg,jsoncpp,libharu,libproj,libxml2,lz4,lzma,mpi4py,netcdf,ogg,png,pugixml,sqlite,theora,tiff,utf8,zfp,zlib} do rm -r ThirdParty/*/${x} done |