read write routine connection

This commit is contained in:
2025-06-04 20:47:13 -04:00
parent 1610fdecd0
commit 2f1b05b0f7
20 changed files with 87 additions and 4 deletions

View File

@ -17,7 +17,7 @@ builddir = "./build_linux64"
doinstall = True #copies the build_output to the install dir when finished
cc = "g++" #compiler
cflags = "-fPIC"
libraries = "-l{} -lamscimglib4.linux64".format(libname)
libraries = "-l{} -lamscimglib4.linux64 -lpthread".format(libname)
libdirs = "-L{} -L{}/lib -L{}/lib".format(builddir,commondir,depdir)
linkerflags = "-static-libgcc -Wl,-rpath=."
srcexts = [".c",".cpp"]