File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1717
1818 cd build || exit
1919
20- cmake --help
21-
22- cmake .. -A x64
20+ cmake .. -A x64 # Ensure we are building with x64
2321 cmake --build . --config " Release" --target ALL_BUILD
24- # cp libmetis/Release/metis.lib ../..
2522 cp libmetis/Release/metis.lib /c/Program\ Files\ \( x86\) /Microsoft\ Visual\ Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/lib/x64
2623
27- ls /c/Program\ Files\ \( x86\) /Microsoft\ Visual\ Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/HostX86/x64
24+ # ls /c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/HostX86/x64
2825
29- /c/Program\ Files\ \( x86\) /Microsoft\ Visual\ Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/HostX86/x64/dumpbin.exe /EXPORTS /SYMBOLS libmetis/Release/metis.lib
26+ # /c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/HostX86/x64/dumpbin.exe libmetis/Release/metis.lib
3027
3128 # cmake .. -DSHARED=1
3229 # cmake --build . --config "Release" --target ALL_BUILD
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_extensions():
2121 Extension = CppExtension
2222 define_macros = []
2323 extra_compile_args = {'cxx' : []}
24- extra_link_args = ['/VERBOSE' ]
24+ extra_link_args = []
2525
2626 if WITH_CUDA :
2727 Extension = CUDAExtension
You can’t perform that action at this time.
0 commit comments