Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 213137 Details for
Bug 287589
sci-visualization/paraview use cmake command directly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for detecting nvidia-cg-toolkit on Gentoo
paraview-3.6.1-VTK-cg-path.patch (text/plain), 1.05 KB, created by
François Bissey
on 2009-12-15 20:44:55 UTC
(
hide
)
Description:
patch for detecting nvidia-cg-toolkit on Gentoo
Filename:
MIME Type:
Creator:
François Bissey
Created:
2009-12-15 20:44:55 UTC
Size:
1.05 KB
patch
obsolete
>--- VTK/CMake/FindCg.cmake.orig 2005-10-05 04:25:51.000000000 +1300 >+++ VTK/CMake/FindCg.cmake 2009-12-15 21:54:09.000000000 +1300 >@@ -82,6 +82,7 @@ > FIND_PROGRAM( CG_COMPILER cgc > /usr/bin > /usr/local/bin >+ /opt/nvidia-cg-toolkit/bin > DOC "The Cg Compiler" > ) > GET_FILENAME_COMPONENT(CG_COMPILER_DIR "${CG_COMPILER}" PATH) >@@ -89,6 +90,7 @@ > FIND_PATH( CG_INCLUDE_PATH Cg/cg.h > /usr/include > /usr/local/include >+ /opt/nvidia-cg-toolkit/include > ${CG_COMPILER_SUPER_DIR}/include > DOC "The directory where Cg/cg.h resides" > ) >@@ -98,6 +100,7 @@ > /usr/lib > /usr/local/lib64 > /usr/local/lib >+ /opt/nvidia-cg-toolkit/lib > ${CG_COMPILER_SUPER_DIR}/lib64 > ${CG_COMPILER_SUPER_DIR}/lib > DOC "The Cg runtime library" >@@ -108,6 +111,7 @@ > /usr/lib > /usr/local/lib64 > /usr/local/lib >+ /opt/nvidia-cg-toolkit/lib > ${CG_COMPILER_SUPER_DIR}/lib64 > ${CG_COMPILER_SUPER_DIR}/lib > DOC "The Cg runtime library"
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 287589
:
213058
|
213136
| 213137 |
213161
|
213163