File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515
1616qblas_dep = dependency (' qblas' , fallback : [' qblas' , ' qblas_dep' ])
1717
18- sleef_subproj = subproject ( ' sleef ' , required : true )
19- sleef_dep = sleef_subproj. get_variable ( ' sleef_dep' )
20- sleefquad_dep = sleef_subproj. get_variable ( ' sleefquad_dep' )
18+ # Try to find SLEEF system-wide first, fall back to subproject if not found
19+ sleef_dep = dependency ( ' sleef ' , fallback : [ ' sleef ' , ' sleef_dep' ] )
20+ sleefquad_dep = dependency ( ' sleefquad ' , fallback : [ ' sleef ' , ' sleefquad_dep' ] )
2121
2222incdir_numpy = run_command (py,
2323 [' -c' , ' import numpy; print(numpy.get_include())' ],
Original file line number Diff line number Diff line change 1111export CFLAGS=" -g -O0"
1212export CXXFLAGS=" -g -O0"
1313python -m pip uninstall -y numpy_quaddtype
14- python -m pip install . -v
14+ python -m pip install . -vv --no-build-isolation 2>&1 | tee build_log.txt
You can’t perform that action at this time.
0 commit comments