Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2023 11:01:31 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 91ad9ed6508b - main - misc/py-pytorch: Remove CC/CPP/CXX exports
Message-ID:  <202309301101.38UB1V5B062217@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=91ad9ed6508b1dd8544df223e77d9589bcf8b86e

commit 91ad9ed6508b1dd8544df223e77d9589bcf8b86e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-30 10:17:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-30 11:01:21 +0000

    misc/py-pytorch: Remove CC/CPP/CXX exports
    
    USES=llvm now by default exports CC/CPP/CXX so remove those
    
    Approved by:    portmgr (blanket)
---
 misc/py-pytorch/Makefile | 3 ---
 1 file changed, 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309301101.38UB1V5B062217>