Skip to content
  • Bryan Catanzaro's avatar
    08b2fb78
    Changes to allow for smoother setup with system Boost and using the CUDA Runtime library. · 08b2fb78
    Bryan Catanzaro authored and Andreas Klöckner's avatar Andreas Klöckner committed
    Having the default value for USE_SHIPPED_BOOST puts users who wish to use their system
    boost in a bad situation, since if they include --use-shipped-boost as an argument to
    configure.py, they have to use PyCUDA's Boost, and if they don't, they still have to
    use PyCUDA's Boost.  I've changed it to false here.
    
    Adding information about CUDART and friends helps with compiling the CURAND module,
    as well as with other projects that interoperate with CUDA Runtime model code.
    08b2fb78
    Changes to allow for smoother setup with system Boost and using the CUDA Runtime library.
    Bryan Catanzaro authored and Andreas Klöckner's avatar Andreas Klöckner committed
    Having the default value for USE_SHIPPED_BOOST puts users who wish to use their system
    boost in a bad situation, since if they include --use-shipped-boost as an argument to
    configure.py, they have to use PyCUDA's Boost, and if they don't, they still have to
    use PyCUDA's Boost.  I've changed it to false here.
    
    Adding information about CUDART and friends helps with compiling the CURAND module,
    as well as with other projects that interoperate with CUDA Runtime model code.
Loading