Specified new version for sinqMotor

This commit is contained in:
2025-05-12 12:00:49 +02:00
parent 66552d5ffc
commit 87d3cbb3eb
2 changed files with 2 additions and 13 deletions

View File

@ -12,9 +12,6 @@ REQUIRED+=motorBase
# Specify the version of motorBase we want to build against
motorBase_VERSION=7.2.2
# Specify the commit / tag of sinqMotor we want to statically link into this driver
SINQMOTOR = 0.1
# These headers allow to depend on this library for derived drivers.
HEADERS += src/pmacAsynIPPort.h
HEADERS += src/turboPmacAxis.h
@ -38,11 +35,3 @@ DBDS += sinqMotor/src/sinqMotor.dbd
DBDS += src/turboPmac.dbd
USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result -Werror # -Wpedantic // Does not work because EPICS macros trigger warnings
# Check out the correct version of sinqMotor and call this Makefile again with
# the originall install command
sinqinstall::
git submodule update --init --recursive
cd sinqMotor && git fetch --tags && git checkout $(SINQMOTOR)
cd ..
@$(MAKE) install