Skip to content

Commit

Permalink
Fixed the windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHazard committed Feb 6, 2024
1 parent 99181cd commit 13cbb18
Show file tree
Hide file tree
Showing 33 changed files with 5 additions and 3 deletions.
Binary file added PRTC/libpReadTiffC.dll
Binary file not shown.
Binary file removed PRTC/pReadTiffC.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion PRTC/testGccWin.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gcc -O3 -fopenmp -fPIC -DPIC PRTC.c parallelReadTiff.c -I"C:\jdk-19\include" -I"C:\jdk-19\include\win32" -I"C:\Program Files (x86)\tiff\include" -L"C:\Program Files (x86)\tiff\lib" -shared -static -o pReadTiffC.dll -ltiff
g++ -O3 -fopenmp -fPIC -DPIC PRTC.cpp -I"C:\jdk-19\include" -I"C:\jdk-19\include\win32" -I"C:\Program Files (x86)\cpp-tiff\include" -L"C:\Program Files (x86)\cpp-tiff\bin" -shared -o libpReadTiffC.dll -lcppTiff -static-libgcc -static-libstdc++
1 change: 1 addition & 0 deletions PRZC/gccWindows.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
g++ -O3 -fopenmp -fPIC -DPIC PRZC.cpp -I"C:\jdk-19\include" -I"C:\jdk-19\include\win32" -I"C:\Program Files (x86)\cpp-zarr\include" -L"C:\Program Files (x86)\cpp-zarr\bin" -shared -o libpReadZarrC.dll -lcppZarr -static-libgcc -static-libstdc++
Binary file added PRZC/libpReadZarrC.dll
Binary file not shown.
1 change: 1 addition & 0 deletions PWTC/gccWindows.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
g++ -O3 -fopenmp -fPIC -DPIC PWTC.cpp -I"C:\jdk-19\include" -I"C:\jdk-19\include\win32" -I"C:\Program Files (x86)\cpp-tiff\include" -L"C:\Program Files (x86)\cpp-tiff\bin" -shared -o libpWriteTiffC.dll -lcppTiff -static-libgcc -static-libstdc++
Binary file added PWTC/libpWriteTiffC.dll
Binary file not shown.
Binary file added PWZC/libpWriteZarrC.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion PWZC/windowsGcc.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gcc -fopenmp -O3 -DNDEBUG -fPIC -DPIC PWZC.c parallelWriteZarr.c helperFunctions.c parallelReadZarr.c -I"C:\jdk-19\include" -I"C:\jdk-19\include\win32" -I"C:\Users\mrmmu\Desktop\ptrFijiPlugin\blosc\include" -I"C:\Users\mrmmu\Desktop\ptrFijiPlugin\bloscZarr\include" -I"C:\Users\mrmmu\Desktop\ptrFijiPlugin\cJSON\include" -L"C:\Users\mrmmu\Desktop\ptrFijiPlugin\bloscZarr\lib" -L"C:\Users\mrmmu\Desktop\ptrFijiPlugin\blosc\lib" -L"C:\Users\mrmmu\Desktop\ptrFijiPlugin\cJSON\lib" -shared -static -o libpWriteZarrC.dll -llibblosc2 -lblosc -lcjson -lz
g++ -O3 -fopenmp -fPIC -DPIC PWZC.cpp -I"C:\jdk-19\include" -I"C:\jdk-19\include\win32" -I"C:\Program Files (x86)\cpp-zarr\include" -L"C:\Program Files (x86)\cpp-zarr\bin" -shared -o libpWriteZarrC.dll -lcppZarr -static-libgcc -static-libstdc++
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static void loadLib(String libName) {
String[] paths = jLP.split(delim);
String pathToLib = "";
for(String path : paths) {
if((path.contains(File.separator+"Parallel_Fiji_Visualizer_lib"))) {
if((path.contains("Parallel_Fiji_Visualizer_lib"))) {
pathToLib = path;
break;
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed windows/Parallel_Fiji_Visualizer_lib/concrt140.dll
Binary file not shown.
Binary file removed windows/Parallel_Fiji_Visualizer_lib/deflate.dll
Binary file not shown.
Binary file not shown.
Binary file modified windows/Parallel_Fiji_Visualizer_lib/libcppZarr.dll
Binary file not shown.
Binary file removed windows/Parallel_Fiji_Visualizer_lib/libdeflate.dll
Binary file not shown.
Binary file not shown.
Binary file modified windows/Parallel_Fiji_Visualizer_lib/libpReadTiffC.dll
Binary file not shown.
Binary file modified windows/Parallel_Fiji_Visualizer_lib/libpReadZarrC.dll
Binary file not shown.
Binary file modified windows/Parallel_Fiji_Visualizer_lib/libpWriteTiffC.dll
Binary file not shown.
Binary file modified windows/Parallel_Fiji_Visualizer_lib/libpWriteZarrC.dll
Binary file not shown.
Binary file removed windows/Parallel_Fiji_Visualizer_lib/libtiff.dll
Binary file not shown.
Binary file removed windows/Parallel_Fiji_Visualizer_lib/libzlib.dll
Binary file not shown.
Binary file removed windows/Parallel_Fiji_Visualizer_lib/libzstd.dll
Binary file not shown.
Binary file removed windows/Parallel_Fiji_Visualizer_lib/msvcp140.dll
Binary file not shown.
Binary file removed windows/Parallel_Fiji_Visualizer_lib/msvcp140_1.dll
Binary file not shown.
Binary file removed windows/Parallel_Fiji_Visualizer_lib/msvcp140_2.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 13cbb18

Please sign in to comment.