diff --git a/.DS_Store b/.DS_Store index 7bcf4f0..1cbc630 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/LibraryResources/.DS_Store b/LibraryResources/.DS_Store index 73060eb..aafc0cb 100644 Binary files a/LibraryResources/.DS_Store and b/LibraryResources/.DS_Store differ diff --git a/LibraryResources/Linux-x86-64-v7/.DS_Store b/LibraryResources/Linux-x86-64-v7/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/LibraryResources/Linux-x86-64-v7/.DS_Store differ diff --git a/LibraryResources/Linux-x86-64-v7/nCPU.so b/LibraryResources/Linux-x86-64-v7/nCPU.so index 8e68c97..1db8b58 100755 Binary files a/LibraryResources/Linux-x86-64-v7/nCPU.so and b/LibraryResources/Linux-x86-64-v7/nCPU.so differ diff --git a/LibraryResources/MacOSX-ARM64-v7/nCPU.dylib b/LibraryResources/MacOSX-ARM64-v7/nCPU.dylib index bd93b23..47c7946 100755 Binary files a/LibraryResources/MacOSX-ARM64-v7/nCPU.dylib and b/LibraryResources/MacOSX-ARM64-v7/nCPU.dylib differ diff --git a/LibraryResources/MacOSX-x86-64-v7/nCPU.dylib b/LibraryResources/MacOSX-x86-64-v7/nCPU.dylib new file mode 100755 index 0000000..011c17a Binary files /dev/null and b/LibraryResources/MacOSX-x86-64-v7/nCPU.dylib differ diff --git a/LibraryResources/Windows-x86-64-v7/nCPU.dll b/LibraryResources/Windows-x86-64-v7/nCPU.dll index 8a37311..8866613 100644 Binary files a/LibraryResources/Windows-x86-64-v7/nCPU.dll and b/LibraryResources/Windows-x86-64-v7/nCPU.dll differ diff --git a/Scripts/Build.wl b/Scripts/Build.wl index 88b23b6..928680a 100644 --- a/Scripts/Build.wl +++ b/Scripts/Build.wl @@ -3,17 +3,6 @@ Get["CCompilerDriver`"]; Get["LibraryLink`"]; -Echo[$CCompiler]; -Echo[CCompilers[Full]]; - -Needs["CCompilerDriver`GenericCCompiler`"] -$CCompiler={"Compiler"->GenericCCompiler, - "CompilerInstallation"->"/usr/bin", - "CompilerName"->"gcc"}; - -CCompilers[Full] = {{"Compiler"->GenericCCompiler, - "CompilerInstallation"->"/usr/bin", - "CompilerName"->"gcc"}} ; getLibraryLinkVersion[] := @@ -60,10 +49,7 @@ Block[{$directory, $libSrc, $libDir, $linkerOptions}, CreateLibrary[$libSrc, lib, "TargetDirectory" -> $libDir, "Debug" -> True, - "ShellOutputFunction"->Print, - "Compiler"->GenericCCompiler, - "CompilerInstallation"->"/bin", - "CompilerName"->"gcc", + "ShellOutputFunction"->Print opts ] ];