Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 485731 Details for
Bug 539387
Review Request: InsightToolkit - Medical imaging processing library
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
Updated spec file for version 3.20 with fixes for lib/lib64 issue
InsightToolkit.spec (text/plain), 4.66 KB, created by
Per Inge Mathisen
on 2011-03-16 13:26:24 UTC
(
hide
)
Description:
Updated spec file for version 3.20 with fixes for lib/lib64 issue
Filename:
MIME Type:
Creator:
Per Inge Mathisen
Created:
2011-03-16 13:26:24 UTC
Size:
4.66 KB
patch
obsolete
># -*- rpm-spec -*- > >Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >Summary: Insight Toolkit library for medical image processing >Name: InsightToolkit >Version: 3.20.0 >Release: 3%{?dist} >License: BSD >Group: Applications/Engineering >Vendor: Insight Software Consortium >Source0: http://voxel.dl.sourceforge.net/sourceforge/itk/%{name}-%{version}.tar.gz >Source1: http://downloads.sourceforge.net/project/itk/itk/2.4/ItkSoftwareGuide-2.4.0.pdf >URL: http://www.itk.org/ > >BuildRequires: cmake >= 2.6.0 >BuildRequires: libxml2-devel >BuildRequires: libpng-devel >BuildRequires: libtiff-devel >BuildRequires: zlib-devel >BuildRequires: fftw3-devel > >#For documentation >#BuildRequires: graphviz >#BuildRequires: doxygen > >%description > >ITK is an open-source software toolkit for performing registration and >segmentation. Segmentation is the process of identifying and classifying data >found in a digitally sampled representation. Typically the sampled >representation is an image acquired from such medical instrumentation as CT or >MRI scanners. Registration is the task of aligning or developing >correspondences between data. For example, in the medical environment, a CT >scan may be aligned with a MRI scan in order to combine the information >contained in both. > >ITK is implemented in C++ and its implementation style is referred to as >generic programming (i.e.,using templated code). Such C++ templating means >that the code is highly efficient, and that many software problems are >discovered at compile-time, rather than at run-time during program execution. > >%prep >%setup -q > ># remove CVS dirs, if exists >find -name CVS -type d | xargs rm -rf > ># copy guide into the appropriate directory >cp %{SOURCE1} . > >%build >%cmake -DBUILD_SHARED_LIBS:BOOL=ON \ > -DBUILD_EXAMPLES:BOOL=ON \ > -DCMAKE_BUILD_TYPE:STRING="Release"\ > -DCMAKE_VERBOSE_MAKEFILE=OFF\ > -DBUILD_EXAMPLES=OFF\ > -DBUILD_TESTING=OFF\ > -DITK_USE_REVIEW:BOOL=OFF \ > -DITK_USE_PATENTED:BOOL=OFF \ > -DITK_USE_SYSTEM_TIFF=ON \ > -DITK_USE_SYSTEM_PNG=ON \ > -DITK_USE_SYSTEM_ZLIB=ON \ > -DITK_USE_SYSTEM_LIBXML2=ON \ > -DUSE_FFTWD=ON . > >make %{?_smp_mflags} > >%install >rm -rf %{buildroot} >make install DESTDIR=%{buildroot} ># Install examples >mkdir -p %{buildroot}/%{_datadir}/%{name}/examples >cp -r Examples/* %{buildroot}/%{_datadir}/%{name}/examples/ > ># remove copyrighted material >rm -rf %{buildroot}/%{_datadir}/%{name}/examples/Patented >rm -rf %{buildroot}/%{_datadir}/%{name}/examples/Review > ># fix bad lib placement >if [ "%{_lib}" != lib -a "`ls %{buildroot}%{_prefix}/lib/*`" != "" ]; then > mkdir -p %{buildroot}%{_libdir} > mv %{buildroot}%{_prefix}/lib/* %{buildroot}%{_libdir}/ >fi > > >%clean >rm -rf %{buildroot} > >%files >%defattr(-,root,root,-) >%dir %{_libdir}/%{name} >%{_bindir}/itkTestDriver >%{_libdir}/%{name}/*.so.* >%doc Copyright/* > > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > >#--------------------------------------------------------------------------------- >%package devel >Summary: Insight Toolkit >Group: Development/Libraries >Requires: %{name} = %{version}-%{release} > >%description devel > >Insight Toolkit Library Header Files and Link Libraries > >%files devel >%defattr(-,root,root) >%doc README.html >%doc ItkSoftwareGuide-2.4.0.pdf >%{_libdir}/%{name}/*.so >%{_includedir}/%{name}/ >%{_libdir}/%{name}/*.cmake > >#--------------------------------------------------------------------------------- >%package examples >Summary: C++, Tcl and Python example programs/scripts for ITK >Group: Development/Languages >Requires: %{name} = %{version}-%{release} > >%description examples >ITK examples > >%files examples >%defattr(-,root,root,-) >%dir %{_datadir}/%{name}/examples >%{_datadir}/%{name}/examples/* > > >#--------------------------------------------------------------------------------- >%package doc >Summary: Documentation for ITK >Group: Documentation > >%description doc >ITK doc > >%files doc >%defattr(-,root,root,-) >%dir %{_docdir}/%{name}-%{version} >%{_docdir}/%{name}-%{version}/* >#--------------------------------------------------------------------------------- > >%changelog >* Wed Mar 16 2011 Per Inge Mathisen perim@sonowand.com InsightToolkit-3.20.0-3%{?dist} >- Updated for release 3.20, fixed some comments from revision, worked around lib vs lib64 issue > >* Sun Dec 6 2009 Mario Ceresa mrceresa@gmail.com InsightToolkit-3.16.0-2%{?dist} >- Fixed comments from revision: https://bugzilla.redhat.com/show_bug.cgi?id=539387#c8 > >* Tue Nov 17 2009 Mario Ceresa mrceresa@gmail.com InsightToolkit-3.16.0-1%{?dist} >- Initial RPM Release > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 539387
: 485731