Skip to content

Commit f44411d

Browse files
committed
make mkl libs static for distribution
1 parent 6f04bb0 commit f44411d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def filter_af_files(cmake_manifest):
6262
or name.endswith('libforge.so')
6363
or re.match('.*libforge\.so\.1\..*', name) is not None
6464
or 'examples' in name), cmake_manifest))
65-
print(cmake_manifest)
6665
return cmake_manifest
6766

6867
print('Building CMAKE with following configurable variables: ')
@@ -94,7 +93,9 @@ def filter_af_files(cmake_manifest):
9493
'-DBUILD_TESTING:BOOL=OFF',
9594
'-DAF_BUILD_FORGE:BOOL=ON',
9695
'-DAF_INSTALL_LIB_DIR:STRING=arrayfire',
96+
'-DAF_INSTALL_BIN_DIR:STRING=arrayfire',
9797
'-DFG_INSTALL_LIB_DIR:STRING=arrayfire',
98+
'-DAF_WITH_STATIC_MKL=ON',
9899
]
99100
)
100101

0 commit comments

Comments
 (0)