Bug 91885

Summary: Update port: science/paraview - install shared libs & cmake files.
Product: Ports & Packages Reporter: Thierry Thomas <thierry>
Component: Individual Port(s)Assignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
paraview.diff none

Description Thierry Thomas 2006-01-16 22:00:15 UTC
	To build cleanly, the new port science/openfoam requires Pavaview's
	shared libraries and some .cmake files to be installed. It is not
	necessary to change PV_INSTALL_NO_DEVELOPMENT nor VTK_INSTALL_NO_DEVELOPMENT.

Fix: Please apply the following patch:
How-To-Repeat: 	Without this update, OpenFOAM will breaks with such messages:

	- CMake Error: ParaView_DIR is not set.  It must be set to the directory
	containing ParaViewConfig.cmake in order to use ParaView.

	- INCLUDE Could not find include file: /usr/local/lib/paraview-2.4/ParaViewLibraryDepends.cmake

	- ParaView must be built with BUILD_SHARED_LIBS ON.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2006-01-16 22:00:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anholt


Assign to maintainer.
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2006-01-16 22:35:05 UTC
On Mon 16 jan 06 at 22:51:36 +0100, Thierry Thomas <thierry@pompo.net>
 wrote:
> >How-To-Repeat:
> 	Without this update, OpenFOAM will breaks with such messages:
> 
> 	- CMake Error: ParaView_DIR is not set.  It must be set to the directory
> 	containing ParaViewConfig.cmake in order to use ParaView.
> 
> 	- INCLUDE Could not find include file: /usr/local/lib/paraview-2.4/ParaViewLibraryDepends.cmake
> 
> 	- ParaView must be built with BUILD_SHARED_LIBS ON.

OpenFOAM has been submitted into PR ports/91886.
-- 
Th. Thomas.
Comment 3 Eric Anholt freebsd_committer freebsd_triage 2006-01-21 06:58:53 UTC
State Changed
From-To: open->closed

Committed, thanks!