We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f04bb0 commit f44411dCopy full SHA for f44411d
setup.py
@@ -62,7 +62,6 @@ def filter_af_files(cmake_manifest):
62
or name.endswith('libforge.so')
63
or re.match('.*libforge\.so\.1\..*', name) is not None
64
or 'examples' in name), cmake_manifest))
65
- print(cmake_manifest)
66
return cmake_manifest
67
68
print('Building CMAKE with following configurable variables: ')
@@ -94,7 +93,9 @@ def filter_af_files(cmake_manifest):
94
93
'-DBUILD_TESTING:BOOL=OFF',
95
'-DAF_BUILD_FORGE:BOOL=ON',
96
'-DAF_INSTALL_LIB_DIR:STRING=arrayfire',
+ '-DAF_INSTALL_BIN_DIR:STRING=arrayfire',
97
'-DFG_INSTALL_LIB_DIR:STRING=arrayfire',
98
+ '-DAF_WITH_STATIC_MKL=ON',
99
]
100
)
101
0 commit comments