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?
Thank for your help.
=========================================================================== Patrick DUPRÉ | | email: pdupre@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'Opale | | Tel. (33)-(0)3 28 23 76 12 | | Fax: 03 28 65 82 44 189A, avenue Maurice Schumann | | 59140 Dunkerque, France ===========================================================================
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//%%7Bname%7D%%7Bversion%7D.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@thelounge.net - test build
Hi,
On Sat, 29 Jun 2013 18:13:35 +0200 Patrick Dupre pdupre@gmx.com wrote:
Hello,
I tired to install VisIt on my fedora 18, but I failed https://computing.llnl.gov/vis/visit.shtml
You may try to inform us what the failures were and then someone can help you.
Would it be possible to have this package compiled for fedora?
I can't speak for fedora, but in general, you need a proper license (which this package may have) and a volunteer.
Thank for your help.
Sure, Ranjan
PS: The INSTALL instructions on your package are erroneous. I tried the following instead:
%cmake CMakeLists.txt
Complained of VTK.
I think you may want to install
sudo yum install vtk-devel
and then try your luck.
I gave up because vtk-devel installs 303 MB worth of files. Which I am not interested in.
You could also try running the script that is suggested by the package developers.
HTH,
Thanks again! Ranjan
=========================================================================== Patrick DUPRÉ | | email: pdupre@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'Opale | | Tel. (33)-(0)3 28 23 76 12 | | Fax: 03 28 65 82 44 189A, avenue Maurice Schumann | | 59140 Dunkerque, France =========================================================================== -- users mailing list users@lists.fedoraproject.org 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