File Don-t-build-prerequisite-components.patch of Package aomp
From fd7f7ac0f246aab48114cb19fc0afceb842dca60 Mon Sep 17 00:00:00 2001 From: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Date: Thu, 20 Apr 2023 09:46:08 +0200 Subject: [PATCH] Don't build prerequisite components Signed-off-by: Patrik Jakobsson <pjakobsson@suse.de> --- Makefile | 1 - aomp/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 0964248cc..030560939 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ AOMP ?= $(HOME)/rocm/aomp AOMP_REPOS = $(shell pwd) all: - AOMP=$(AOMP) AOMP_REPOS=$(AOMP_REPOS) AOMP_APPLY_ROCM_PATCHES=0 TARBALL_INSTALL=1 $(AOMP_REPOS)/aomp/bin/build_prereq.sh AOMP_SKIP_FLANG_NEW=1 AOMP=$(AOMP) AOMP_REPOS=$(AOMP_REPOS) AOMP_APPLY_ROCM_PATCHES=0 TARBALL_INSTALL=1 DISABLE_LLVM_TESTS=1 $(AOMP_REPOS)/aomp/bin/build_aomp.sh install: @echo "Installation complete to $(AOMP)" diff --git a/aomp/Makefile b/aomp/Makefile index 0964248cc..030560939 100644 --- a/aomp/Makefile +++ b/aomp/Makefile @@ -6,7 +6,6 @@ AOMP ?= $(HOME)/rocm/aomp AOMP_REPOS = $(shell pwd) all: - AOMP=$(AOMP) AOMP_REPOS=$(AOMP_REPOS) AOMP_APPLY_ROCM_PATCHES=0 TARBALL_INSTALL=1 $(AOMP_REPOS)/aomp/bin/build_prereq.sh AOMP_SKIP_FLANG_NEW=1 AOMP=$(AOMP) AOMP_REPOS=$(AOMP_REPOS) AOMP_APPLY_ROCM_PATCHES=0 TARBALL_INSTALL=1 DISABLE_LLVM_TESTS=1 $(AOMP_REPOS)/aomp/bin/build_aomp.sh install: @echo "Installation complete to $(AOMP)" -- 2.44.0