Print

Print


@amadio commented on this pull request.



> @@ -0,0 +1,143 @@
+import os
+import platform
+import subprocess
+import sys
+
+from setuptools import setup, Extension
+from setuptools.command.build_ext import build_ext
+from subprocess import check_call, check_output
+from distutils.spawn import find_executable

I'd like to avoid a dependency on scikit-build if possible, but I don't mind removing distutils if there's an alternative way, I'm only using `find_executable`, so should be easy to find a good alternative.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/pull/2025#discussion_r1218329098
You are receiving this because you are subscribed to this thread.

Message ID: <[log in to unmask]>

########################################################################
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