Changes between Version 2 and Version 3 of Ticket #384, comment 3
- Timestamp:
- 08/31/13 10:02:45 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #384, comment 3
v2 v3 1 r3932 added hardcoded paths, r3961 replaces this with a call to pkgconfig, just place your machine/distro specific paths in that file instead, here is mine :1 r3932 added hardcoded paths, r3961 replaces this with a call to pkgconfig, just place your machine/distro specific paths in that file instead, here is mine for CUDA 5.5 on x86_64 with an install prefix of {{{/opt/cuda}}} (symlinked from {{{/opt/cuda-5.5}}}): 2 2 {{{ 3 prefix=/ usr3 prefix=/opt 4 4 exec_prefix=${prefix} 5 5 libdir=/opt/cuda/lib64 … … 11 11 Requires: 12 12 Conflicts: 13 Libs: -L${libdir} -L/usr/lib64/nvidia -304xx -lcuda -lnpp-lcudart13 Libs: -L${libdir} -L/usr/lib64/nvidia/ -lcuda -lnppc -lnppi -lnpps -lcudart 14 14 Cflags: -I${includedir} 15 15 }}}