aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 10:17:33 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 11:01:21 +0000
commit91ad9ed6508b1dd8544df223e77d9589bcf8b86e (patch)
treeac26d6548c41d8bbc82f40401ed88fc2ad021f62
parent335d88d3f08daa707dfbcad41c9bcbaa886cc12c (diff)
downloadports-91ad9ed6508b1dd8544df223e77d9589bcf8b86e.tar.gz
ports-91ad9ed6508b1dd8544df223e77d9589bcf8b86e.zip
misc/py-pytorch: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket)
-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