Skip to content

Commit

Permalink
Don't isolate build
Browse files Browse the repository at this point in the history
  • Loading branch information
danpetry committed Jan 14, 2025
1 parent e8d6740 commit e1f50ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ case ${PKG_NAME} in
cp build/CMakeCache.txt build/CMakeCache.txt.orig
;;
pytorch)
$PREFIX/bin/python -m pip install . --no-deps -vvv --no-clean \
$PREFIX/bin/python -m pip install . --no-deps --no-build-isolation -vvv --no-clean \
| sed "s,${CXX},\$\{CXX\},g" \
| sed "s,${PREFIX},\$\{PREFIX\},g"
# Keep this in ${PREFIX}/lib so that the library can be found by
Expand Down

0 comments on commit e1f50ac

Please sign in to comment.