Re: visit

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Am 29.06.2013 18:13, schrieb Patrick Dupre:
> Hello,
> 
> I tired to install VisIt on my fedora 18, but I failed
> https://computing.llnl.gov/vis/visit.shtml
> 
> Would it be possible to have this package compiled for fedora?

unlikely because this crap does not find cmake which is for sure used
for mariadb/mysql on my build machines and due directly using "cmake ."
in the SPEC file it stops with this messages after install "vtk-devel"
while "qt-devel-4.8.4-17.fc18.x86_64" is installed for "cantata"

however, you may start with the SPEC file below

-- Checking for VTK in /lib
--   VTK_FOUND=1
--   VTK_USE_FILE=/usr/lib64/vtk/UseVTK.cmake
--   VTK_MAJOR_VERSION=5
--   VTK_MINOR_VERSION=10
--   VTK_BUILD_VERSION=0
--   VTK_INCLUDE_DIRS=/usr/include/vtk
--   VTK_LIBRARY_DIRS=/usr/lib64/vtk
--
VTK_KITS=COMMON;FILTERING;IO;GRAPHICS;GENERIC_FILTERING;IMAGING;RENDERING;VOLUMERENDERING;HYBRID;WIDGETS;PARALLEL;INFOVIS;TEXT_ANALYSIS;GEOVIS;VIEWS;QVTK;CHARTS
--   VTK_PY_WRAPPERS_DIR=
-- Python Engine Filters disabled because Python was not found.
CMake Error at CMake/FindVisItQt4.cmake:87 (MESSAGE):
  Invalid Qt4 Binary path:
Call Stack (most recent call first):
  CMakeLists.txt:995 (INCLUDE)

_______________________________________

[builduser@testserver:/rpmbuild/SPECS]$ cat visit.spec
Name:              visit
Version:           2.6.2
Release:           1%{?dist}.%git
Summary:           visit
License:           GPLv2+ and MIT
URL:               https://wci.llnl.gov/codes/visit/source.html
Source0:           https://wci.llnl.gov/codes/visit//%{name}%{version}.tar.gz
BuildRequires:     cmake
BuildRequires:     gcc-c++
BuildRequires:     vtk-devel

%description
visit

%package           manpages
Group:             System Environment/Daemons
Summary:           %{name}-manpages and examples
%description       manpages

%prep
%setup -q -n %{name}%{version}

%build
cd src/
cmake .
%{__make} %{?_smp_mflags}

%install
make install-strip DESTDIR=%{buildroot}

%files

%changelog
* Sat Jun 29 2013 Reindl Harald <h.reindl@xxxxxxxxxxxxx>
- test build

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux