Skip to content

Commit

Permalink
misc/py-pytorch: Remove CC/CPP/CXX exports
Browse files Browse the repository at this point in the history
USES=llvm now by default exports CC/CPP/CXX so remove those

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Sep 30, 2023
1 parent 335d88d commit 91ad9ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions misc/py-pytorch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ POST_PLIST= fix-plist

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif

post-install: # strip binaries
Expand Down

0 comments on commit 91ad9ed

Please sign in to comment.