From 96984659a921be0d38c0212b02eabaa84808206a Mon Sep 17 00:00:00 2001
From: Aurelien Larcher <aurelien.larcher@gmail.com>
Date: Thu, 24 May 2018 18:28:04 +0200
Subject: [PATCH] Use GCC_RUNTIME_PKG in REQUIRED_PACKAGES

---
 components/library/openmpi/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/library/openmpi/Makefile b/components/library/openmpi/Makefile
index 366b12e..f13e427 100644
--- a/components/library/openmpi/Makefile
+++ b/components/library/openmpi/Makefile
@@ -100,5 +100,5 @@
 REQUIRED_PACKAGES += service/picl
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/library/g++-6-runtime
-REQUIRED_PACKAGES += system/library/gcc-6-runtime
+REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
 REQUIRED_PACKAGES += system/library/math

--
Gitblit v1.9.3