h2oai / h2o4gpu

H2Oai GPU Edition
Apache License 2.0
456 stars 96 forks source link

skip RPATH for lightgbm #820

Closed sh1ng closed 4 years ago

sh1ng commented 4 years ago

We could use make install instead of setting CMAKE_SKIP_RPATH and publish lib.so into local folder(cmake will remove RPATH), but it doesn't work.

pseudotensor commented 4 years ago

Ok, as long as we have some lgbm tests that pass it's good.