@matthewfeickert commented on this pull request.


In bindings/python/CMakeLists.txt:

>    install(
     CODE
     "EXECUTE_PROCESS(
       COMMAND ${PYTHON_EXECUTABLE} -m pip install \
-                ${PIP_INSTALL_VERBOSE_FLAG} \
-                --force-reinstall \
+                ${PIP_OPTIONS} \
                 --prefix \$ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX} \

If we're taking PIP_OPTIONS to its logical extreme, we should also check to see if --prefix exists in PIP_OPTIONS and if so default to that instead of \$ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX} but we should also throw a warning to let the user know they're doing something probably bad!


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <xrootd/xrootd/pull/1648/review/908209866@github.com>

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/pull/1648#pullrequestreview-908209866", "url": "https://github.com/xrootd/xrootd/pull/1648#pullrequestreview-908209866", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1