* installing *source* package ‘arulesSequences’ ...
** package ‘arulesSequences’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c arrayIndex.c -o arrayIndex.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c dll.c -o dll.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c idlists.c -o idlists.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c makebin.c -o makebin.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c matrix.c -o matrix.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c ptree.c -o ptree.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c similarity.c -o similarity.o
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o arulesSequences.so arrayIndex.o dll.o idlists.o makebin.o matrix.o ptree.o similarity.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
## binaries
( cd TPOSE;  \
	  make	CXX="clang++ -arch arm64 -std=gnu++17" CXXFLAGS="-falign-functions=64 -Wall -g -O2 "\
		LDFLAGS="-L/opt/R/arm64/lib"\
		BINDIR="inst/bin"\
		install-bin \
	)
clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2  -c -o calcdb.o calcdb.cc
clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2  -c -o Array.o Array.cc
clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2  -L/opt/R/arm64/lib -o exttpose exttpose.cc calcdb.o Array.o  -lm
clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2  -L/opt/R/arm64/lib -o getconf getconf.cc calcdb.o -lm
clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2  -L/opt/R/arm64/lib -o makebin makebin.cc
mkdir -p ../../inst/bin
cp exttpose getconf makebin ../../inst/bin
( cd cSPADE; \
	  make	CXX="clang++ -arch arm64 -std=gnu++17" CXXFLAGS="-falign-functions=64 -Wall -g -O2 "\
		LDFLAGS="-L/opt/R/arm64/lib"\
		BINDIR="inst/bin"\
		install-bin \
	)
clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2  -c Itemset.cc
clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2  -c Array.cc
clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2  -c Eqclass.cc
clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2  -c Lists.cc
clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2  -c extl2.cc
clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2  -c partition.cc
clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2  -c maxgap.cc
clang++ -arch arm64 -std=gnu++17 -falign-functions=64 -Wall -g -O2  -L/opt/R/arm64/lib -o spade sequence.cc Itemset.o Array.o Eqclass.o Lists.o extl2.o partition.o maxgap.o  -lm
cp spade ../../inst/bin
# Note that these are now the only ones in use.
../inst/bin/exttpose --version
Zaki TPOSE 2001 (2023)
../inst/bin/spade --version
Zaki cSPADE 2001 (2023)
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/arulesSequences.Rcheck/00LOCK-arulesSequences/00new/arulesSequences/libs
** generating debug symbols (dSYM)
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for ‘itemsets’ in package ‘arulesSequences’
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (arulesSequences)