From b8730e80e0d9a6116412f4c8e361944a34c003e1 Mon Sep 17 00:00:00 2001 From: soederqvist_a Date: Wed, 28 May 2025 10:54:59 +0200 Subject: [PATCH] Remove sinqmotor dep, it's statically linked. specify rhel8 arch --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 98a2424..6f9fa7a 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,7 @@ include /ioc/tools/driver.makefile MODULE=masterMacs BUILDCLASSES=Linux EPICS_VERSIONS=7.0.7 -ARCH_FILTER=RHEL% - -# Additional module dependencies -REQUIRED+=sinqMotor +ARCH_FILTER=RHEL8% # Specify the version of asynMotor we want to build against motorBase_VERSION=7.2.2