You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
692 B
Diff
23 lines
692 B
Diff
--- tools/build/src/tools/python.jam.orig
|
|
+++ tools/build/src/tools/python.jam
|
|
@@ -852,18 +852,7 @@
|
|
local full-cmd = $(interpreter-cmd)" -c \"$(full-cmd)\"" ;
|
|
debug-message "running command '$(full-cmd)'" ;
|
|
local result = [ SHELL $(full-cmd) : strip-eol : exit-status ] ;
|
|
- if $(result[2]) = 0
|
|
- {
|
|
- .numpy = true ;
|
|
- .numpy-include = $(result[1]) ;
|
|
- debug-message "NumPy enabled" ;
|
|
- }
|
|
- else
|
|
- {
|
|
- debug-message "NumPy disabled. Reason:" ;
|
|
- debug-message " $(full-cmd) aborted with " ;
|
|
- debug-message " $(result[1])" ;
|
|
- }
|
|
+ debug-message "NumPy disabled." ;
|
|
|
|
#
|
|
# End autoconfiguration sequence.
|