Skip to content

Commit 099bff0

Browse files
committed
packaging details
1 parent 73c0fee commit 099bff0

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

package/create_package.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ set OUTPUT_ZIP=%BUILD_BASE%\%OUTPUT_NAME%.zip
5252

5353
set PERFORMANCE_TEST_INSTALL=%ROOT_INSTALL%\gpufit_performance_test
5454
set PYTHON_INSTALL=%ROOT_INSTALL%\python
55-
set x64_MATLAB_INSTALL=%ROOT_INSTALL%\matlab64
56-
set x64_JAVA_INSTALL=%ROOT_INSTALL%\java64
57-
set SDK_INSTALL_ROOT=%ROOT_INSTALL%\gpufit_sdk
55+
set x64_MATLAB_INSTALL=%ROOT_INSTALL%\matlab
56+
set x64_JAVA_INSTALL=%ROOT_INSTALL%\java
57+
set SDK_INSTALL_ROOT=%ROOT_INSTALL%\sdk
5858

5959
set x64_BUILD=%BUILD_BASE%\VC16x64-11.4\RelWithDebInfo
6060
set x64_BUILD_LIB=%BUILD_BASE%\VC16x64-11.4\Gpufit\RelWithDebInfo

package/create_package_cublas.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ set OUTPUT_ZIP=%BUILD_BASE%\%OUTPUT_NAME%.zip
5252

5353
set PERFORMANCE_TEST_INSTALL=%ROOT_INSTALL%\gpufit_performance_test
5454
set PYTHON_INSTALL=%ROOT_INSTALL%\python
55-
set x64_MATLAB_INSTALL=%ROOT_INSTALL%\matlab64
56-
set x64_JAVA_INSTALL=%ROOT_INSTALL%\java64
57-
set SDK_INSTALL_ROOT=%ROOT_INSTALL%\gpufit_sdk
55+
set x64_MATLAB_INSTALL=%ROOT_INSTALL%\matlab
56+
set x64_JAVA_INSTALL=%ROOT_INSTALL%\java
57+
set SDK_INSTALL_ROOT=%ROOT_INSTALL%\sdk
5858

5959
set x64_BUILD=%BUILD_BASE%\VC16x64-11.4_cublas\RelWithDebInfo
6060
set x64_BUILD_LIB=%BUILD_BASE%\VC16x64-11.4_cublas\Gpufit\RelWithDebInfo

package/sdk_readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Gpufit 1.2.0
55

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

8-
Folder include contains the gpufit.h header file representing the C API.
8+
Folder sdk/include contains the gpufit.h header file representing the C API.
99

10-
Folder win64 contains the 64 bit compiled dynamic link library and import library.
10+
Folder sdk/win64 contains the 64 bit compiled dynamic link library (built in single precision) and import library (single.
11+
12+
Folder matlab contains the Matlab binding for Gpufit (compiled against Matlab 2018b) and examples.
13+
14+
Folder python contains the Python binding for Gpufit and examples.
15+
16+
Folder java contains the Java binding for Gpufit and examples.

0 commit comments

Comments
 (0)