summaryrefslogtreecommitdiff
path: root/misc/py-pytorch
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 12:17:33 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 13:01:21 +0200
commit91ad9ed6508b1dd8544df223e77d9589bcf8b86e (patch)
treeac26d6548c41d8bbc82f40401ed88fc2ad021f62 /misc/py-pytorch
parentdevel/cirrus-cli: Update version 0.105.0=>0.105.1 (diff)
misc/py-pytorch: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket)
Diffstat (limited to 'misc/py-pytorch')
-rw-r--r--misc/py-pytorch/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile
index 23799d65be07..fc421739309b 100644
--- a/misc/py-pytorch/Makefile
+++ b/misc/py-pytorch/Makefile
@@ -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