Skip to content

Commit

Permalink
packaging details
Browse files Browse the repository at this point in the history
  • Loading branch information
jkfindeisen committed Oct 13, 2021
1 parent 73c0fee commit 099bff0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package/create_package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ set OUTPUT_ZIP=%BUILD_BASE%\%OUTPUT_NAME%.zip

set PERFORMANCE_TEST_INSTALL=%ROOT_INSTALL%\gpufit_performance_test
set PYTHON_INSTALL=%ROOT_INSTALL%\python
set x64_MATLAB_INSTALL=%ROOT_INSTALL%\matlab64
set x64_JAVA_INSTALL=%ROOT_INSTALL%\java64
set SDK_INSTALL_ROOT=%ROOT_INSTALL%\gpufit_sdk
set x64_MATLAB_INSTALL=%ROOT_INSTALL%\matlab
set x64_JAVA_INSTALL=%ROOT_INSTALL%\java
set SDK_INSTALL_ROOT=%ROOT_INSTALL%\sdk

set x64_BUILD=%BUILD_BASE%\VC16x64-11.4\RelWithDebInfo
set x64_BUILD_LIB=%BUILD_BASE%\VC16x64-11.4\Gpufit\RelWithDebInfo
Expand Down
6 changes: 3 additions & 3 deletions package/create_package_cublas.bat
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ set OUTPUT_ZIP=%BUILD_BASE%\%OUTPUT_NAME%.zip

set PERFORMANCE_TEST_INSTALL=%ROOT_INSTALL%\gpufit_performance_test
set PYTHON_INSTALL=%ROOT_INSTALL%\python
set x64_MATLAB_INSTALL=%ROOT_INSTALL%\matlab64
set x64_JAVA_INSTALL=%ROOT_INSTALL%\java64
set SDK_INSTALL_ROOT=%ROOT_INSTALL%\gpufit_sdk
set x64_MATLAB_INSTALL=%ROOT_INSTALL%\matlab
set x64_JAVA_INSTALL=%ROOT_INSTALL%\java
set SDK_INSTALL_ROOT=%ROOT_INSTALL%\sdk

set x64_BUILD=%BUILD_BASE%\VC16x64-11.4_cublas\RelWithDebInfo
set x64_BUILD_LIB=%BUILD_BASE%\VC16x64-11.4_cublas\Gpufit\RelWithDebInfo
Expand Down
10 changes: 8 additions & 2 deletions package/sdk_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Gpufit 1.2.0

Compiled with the Microsoft Visual Studio 2019 C++ compiler and CUDA toolkit 11.4.

Folder include contains the gpufit.h header file representing the C API.
Folder sdk/include contains the gpufit.h header file representing the C API.

Folder win64 contains the 64 bit compiled dynamic link library and import library.
Folder sdk/win64 contains the 64 bit compiled dynamic link library (built in single precision) and import library (single.

Folder matlab contains the Matlab binding for Gpufit (compiled against Matlab 2018b) and examples.

Folder python contains the Python binding for Gpufit and examples.

Folder java contains the Java binding for Gpufit and examples.

0 comments on commit 099bff0

Please sign in to comment.