Skip to content

Instantly share code, notes, and snippets.

@yaodong
Created February 23, 2017 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaodong/5b23b4ae002780e3589da95700408f88 to your computer and use it in GitHub Desktop.
Save yaodong/5b23b4ae002780e3589da95700408f88 to your computer and use it in GitHub Desktop.
installation of dipha
-- The C compiler identification is AppleClang 8.0.0.8000042
-- The CXX compiler identification is AppleClang 8.0.0.8000042
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found MPI_C: /usr/local/Cellar/mpich/3.2_2/lib/libmpi.dylib;/usr/local/Cellar/mpich/3.2_2/lib/libpmpi.dylib
-- Found MPI_CXX: /usr/local/Cellar/mpich/3.2_2/lib/libmpicxx.dylib;/usr/local/Cellar/mpich/3.2_2/lib/libmpi.dylib;/usr/local/Cellar/mpich/3.2_2/lib/libpmpi.dylib
-- NUM_PROCESSES = 10
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/yaodong/Downloads/dipha
Scanning dependencies of target full_to_sparse_distance_matrix
[ 12%] Building CXX object CMakeFiles/full_to_sparse_distance_matrix.dir/src/full_to_sparse_distance_matrix.cpp.o
[ 25%] Linking CXX executable full_to_sparse_distance_matrix
[ 25%] Built target full_to_sparse_distance_matrix
Scanning dependencies of target create_phat_filtration
[ 37%] Building CXX object CMakeFiles/create_phat_filtration.dir/src/create_phat_filtration.cpp.o
[ 50%] Linking CXX executable create_phat_filtration
[ 50%] Built target create_phat_filtration
Scanning dependencies of target dualize
[ 62%] Building CXX object CMakeFiles/dualize.dir/src/dualize.cpp.o
[ 75%] Linking CXX executable dualize
[ 75%] Built target dualize
Scanning dependencies of target dipha
[ 87%] Building CXX object CMakeFiles/dipha.dir/src/dipha.cpp.o
[100%] Linking CXX executable dipha
[100%] Built target dipha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment