Skip to content

Commit

Permalink
missing binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryI committed Feb 19, 2025
1 parent f63d386 commit 09a2bb6
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 15 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified LibraryResources/.DS_Store
Binary file not shown.
Binary file added LibraryResources/Linux-x86-64-v7/.DS_Store
Binary file not shown.
Binary file modified LibraryResources/Linux-x86-64-v7/nCPU.so
Binary file not shown.
Binary file modified LibraryResources/MacOSX-ARM64-v7/nCPU.dylib
Binary file not shown.
Binary file added LibraryResources/MacOSX-x86-64-v7/nCPU.dylib
Binary file not shown.
Binary file modified LibraryResources/Windows-x86-64-v7/nCPU.dll
Binary file not shown.
16 changes: 1 addition & 15 deletions Scripts/Build.wl
Original file line number Diff line number Diff line change
Expand Up @@ -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[] :=
Expand Down Expand Up @@ -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
]
];
Expand Down

0 comments on commit 09a2bb6

Please sign in to comment.