Skip to content

Instantly share code, notes, and snippets.

Created November 13, 2014 10:09
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 anonymous/26d3fb9df4e1ac6714bd to your computer and use it in GitHub Desktop.
Save anonymous/26d3fb9df4e1ac6714bd to your computer and use it in GitHub Desktop.
cls@clsmba ~> pip3 install -i https://testpypi.python.org/pypi networkit
Downloading/unpacking networkit
Downloading networkit-3.4.tar.gz (551kB): 551kB downloaded
Running setup.py (path:/private/var/folders/kp/ws_ljfcj7nlgg3ztmd10tyrw0000gn/T/pip_build_cls/networkit/setup.py) egg_info for package networkit
sample.cpp:13:11: fatal error: 'omp.h' file not found
#include <omp.h>
^
1 error generated.
Installing collected packages: networkit
Running setup.py install for networkit
sample.cpp:13:11: fatal error: 'omp.h' file not found
#include <omp.h>
^
1 error generated.
networkit/cpp/community/NMIDistance.cpp: In member function 'virtual double NetworKit::NMIDistance::getDissimilarity(const NetworKit::Graph&, const NetworKit::Partition&, const NetworKit::Partition&)':
networkit/cpp/community/NMIDistance.cpp:85:7: warning: variable 'unionSize' set but not used [-Wunused-but-set-variable]
auto unionSize = [&](index C, index D){
^
networkit/cpp/dynamics/GraphUpdater.cpp: In member function 'void NetworKit::GraphUpdater::update(std::vector<NetworKit::GraphEvent>&)':
networkit/cpp/dynamics/GraphUpdater.cpp:21:10: warning: unused variable 'u' [-Wunused-variable]
node u = G.addNode();
^
networkit/cpp/io/GMLGraphReader.cpp: In member function 'virtual NetworKit::Graph NetworKit::GMLGraphReader::read(const string&)':
networkit/cpp/io/GMLGraphReader.cpp:107:18: warning: 'v' may be used uninitialized in this function [-Wmaybe-uninitialized]
G.addEdge(u,v);
^
networkit/cpp/io/GMLGraphReader.cpp:107:18: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
networkit/cpp/io/METISGraphReader.cpp: In member function 'virtual NetworKit::Graph NetworKit::METISGraphReader::read(const string&)':
networkit/cpp/io/METISGraphReader.cpp:46:9: warning: variable 'p' set but not used [-Wunused-but-set-variable]
double p = 0.0; // percentage for progress bar
^
networkit/cpp/scd/GCE.cpp: In member function 'std::set<long long unsigned int> NetworKit::GCE::expandSeed(NetworKit::node)':
networkit/cpp/scd/GCE.cpp:67:7: warning: variable 'shell' set but not used [-Wunused-but-set-variable]
auto shell = [&](const std::set<node>& C) {
^
networkit/cpp/scd/GCE.cpp:137:10: warning: variable 'acceptability' set but not used [-Wunused-but-set-variable]
auto acceptability = [&](node v, std::set<node>& C){
^
g++-4.8 networkit/cpp/Globals.cpp -o .buildOpt/Globals.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/algebraic/Matrix.cpp -o .buildOpt/Matrix.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/base/Parameters.cpp -o .buildOpt/Parameters.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/Centrality.cpp -o .buildOpt/Centrality.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/DegreeCentrality.cpp -o .buildOpt/DegreeCentrality.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/PageRank.cpp -o .buildOpt/PageRank.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/coarsening/ClusteringProjector.cpp -o .buildOpt/ClusteringProjector.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/coarsening/MatchingContracter.cpp -o .buildOpt/MatchingContracter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/CNM.cpp -o .buildOpt/CNM.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/DissimilarityMeasure.cpp -o .buildOpt/DissimilarityMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/EPP.cpp -o .buildOpt/EPP.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/JaccardMeasure.cpp -o .buildOpt/JaccardMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/NodeStructuralRandMeasure.cpp -o .buildOpt/NodeStructuralRandMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/PLP.cpp -o .buildOpt/PLP.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/SampledGraphStructuralRandMeasure.cpp -o .buildOpt/SampledGraphStructuralRandMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/distmeasures/NodeDistance.cpp -o .buildOpt/NodeDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/DGSStreamParser.cpp -o .buildOpt/DGSStreamParser.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphEventTarget.cpp -o .buildOpt/GraphEventTarget.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/ChungLuGenerator.cpp -o .buildOpt/ChungLuGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicBarabasiAlbertGenerator.cpp -o .buildOpt/DynamicBarabasiAlbertGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicGraphGenerator.cpp -o .buildOpt/DynamicGraphGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicPathGenerator.cpp -o .buildOpt/DynamicPathGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/HavelHakimiGenerator.cpp -o .buildOpt/HavelHakimiGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/RmatGenerator.cpp -o .buildOpt/RmatGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/BottomUpBFS.cpp -o .buildOpt/BottomUpBFS.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/DynDijkstra.cpp -o .buildOpt/DynDijkstra.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/GraphGenerator.cpp -o .buildOpt/GraphGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/SSSP.cpp -o .buildOpt/SSSP.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/CoverReader.cpp -o .buildOpt/CoverReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/DibapGraphReader.cpp -o .buildOpt/DibapGraphReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/EdgeListPartitionReader.cpp -o .buildOpt/EdgeListPartitionReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/GMLGraphReader.cpp -o .buildOpt/GMLGraphReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/METISGraphReader.cpp -o .buildOpt/METISGraphReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/SNAPEdgeListPartitionReader.cpp -o .buildOpt/SNAPEdgeListPartitionReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/matching/Matcher.cpp -o .buildOpt/Matcher.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/overlap/HashingOverlapper.cpp -o .buildOpt/HashingOverlapper.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/ClusteringCoefficient.cpp -o .buildOpt/ClusteringCoefficient.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/GlobalClusteringCoefficient.cpp -o .buildOpt/GlobalClusteringCoefficient.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/StronglyConnectedComponents.cpp -o .buildOpt/StronglyConnectedComponents.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/scd/GCE.cpp -o .buildOpt/GCE.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/viz/FruchtermanReingold.cpp -o .buildOpt/FruchtermanReingold.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/algebraic/LaplacianMatrix.cpp -o .buildOpt/LaplacianMatrix.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/algebraic/NormalizedLaplacianMatrix.cpp -o .buildOpt/NormalizedLaplacianMatrix.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/auxiliary/Noise.cpp -o .buildOpt/Noise.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/auxiliary/Timer.cpp -o .buildOpt/Timer.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/ApproxBetweenness2.cpp -o .buildOpt/ApproxBetweenness2.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/DynApproxBetweenness.cpp -o .buildOpt/DynApproxBetweenness.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/coarsening/ParallelPartitionCoarsening.cpp -o .buildOpt/ParallelPartitionCoarsening.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/Conductance.cpp -o .buildOpt/Conductance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/CutClustering.cpp -o .buildOpt/CutClustering.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/GraphStructuralRandMeasure.cpp -o .buildOpt/GraphStructuralRandMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/LPDegreeOrdered.cpp -o .buildOpt/LPDegreeOrdered.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/PLM.cpp -o .buildOpt/PLM.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/distmeasures/NeighborhoodDistance.cpp -o .buildOpt/NeighborhoodDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/distmeasures/TNeighborhoodDistance.cpp -o .buildOpt/TNeighborhoodDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphEvent.cpp -o .buildOpt/GraphEvent.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphEventProxy.cpp -o .buildOpt/GraphEventProxy.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/BarabasiAlbertGenerator.cpp -o .buildOpt/BarabasiAlbertGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DorogovtsevMendesGenerator.cpp -o .buildOpt/DorogovtsevMendesGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicForestFireGenerator.cpp -o .buildOpt/DynamicForestFireGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/PubWebGenerator.cpp -o .buildOpt/PubWebGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/StaticDegreeSequenceGenerator.cpp -o .buildOpt/StaticDegreeSequenceGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/BFS.cpp -o .buildOpt/BFS.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/DynSSSP.cpp -o .buildOpt/DynSSSP.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/Graph.cpp -o .buildOpt/Graph.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/DGSReader.cpp -o .buildOpt/DGSReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/EdgeListCoverReader.cpp -o .buildOpt/EdgeListCoverReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/GDFGraphWriter.cpp -o .buildOpt/GDFGraphWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/KONECTGraphReader.cpp -o .buildOpt/KONECTGraphReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/PartitionReader.cpp -o .buildOpt/PartitionReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/SNAPGraphReader.cpp -o .buildOpt/SNAPGraphReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/matching/ParallelMatcher.cpp -o .buildOpt/ParallelMatcher.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/CoreDecomposition.cpp -o .buildOpt/CoreDecomposition.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/ParallelConnectedComponents.cpp -o .buildOpt/ParallelConnectedComponents.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/scd/PageRankNibble.cpp -o .buildOpt/PageRankNibble.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/structures/UnionFind.cpp -o .buildOpt/UnionFind.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/viz/MaxentStress.cpp -o .buildOpt/MaxentStress.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/algebraic/IncidenceMatrix.cpp -o .buildOpt/IncidenceMatrix.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/auxiliary/Log.cpp -o .buildOpt/Log.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/auxiliary/NumericTools.cpp -o .buildOpt/NumericTools.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/auxiliary/Random.cpp -o .buildOpt/Random.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/Betweenness.cpp -o .buildOpt/Betweenness.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/EigenvectorCentrality.cpp -o .buildOpt/EigenvectorCentrality.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/coarsening/ClusterContractor.cpp -o .buildOpt/ClusterContractor.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/coarsening/GraphCoarsening.cpp -o .buildOpt/GraphCoarsening.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/ClusteringGenerator.cpp -o .buildOpt/ClusteringGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/CommunityDetectionAlgorithm.cpp -o .buildOpt/CommunityDetectionAlgorithm.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/Coverage.cpp -o .buildOpt/Coverage.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/DynamicNMIDistance.cpp -o .buildOpt/DynamicNMIDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/GraphClusteringTools.cpp -o .buildOpt/GraphClusteringTools.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/Modularity.cpp -o .buildOpt/Modularity.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/ParallelAgglomerativeClusterer.cpp -o .buildOpt/ParallelAgglomerativeClusterer.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/RandomClusterer.cpp -o .buildOpt/RandomClusterer.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/distmeasures/AlgebraicDistance.cpp -o .buildOpt/AlgebraicDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/distmeasures/TNodeDistance.cpp -o .buildOpt/TNodeDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphEventGenerator.cpp -o .buildOpt/GraphEventGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphEventSource.cpp -o .buildOpt/GraphEventSource.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/flow/EdmondsKarp.cpp -o .buildOpt/EdmondsKarp.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicDorogovtsevMendesGenerator.cpp -o .buildOpt/DynamicDorogovtsevMendesGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicGraphSource.cpp -o .buildOpt/DynamicGraphSource.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicPubWebGenerator.cpp -o .buildOpt/DynamicPubWebGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/WattsStrogatzGenerator.cpp -o .buildOpt/WattsStrogatzGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/Dijkstra.cpp -o .buildOpt/Dijkstra.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/GraphDistance.cpp -o .buildOpt/GraphDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/Sampling.cpp -o .buildOpt/Sampling.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/Subgraph.cpp -o .buildOpt/Subgraph.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/independentset/Luby.cpp -o .buildOpt/Luby.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/DotGraphWriter.cpp -o .buildOpt/DotGraphWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/DynamicGraphReader.cpp -o .buildOpt/DynamicGraphReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/EdgeListWriter.cpp -o .buildOpt/EdgeListWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/GMLGraphWriter.cpp -o .buildOpt/GMLGraphWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/LineFileReader.cpp -o .buildOpt/LineFileReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/METISGraphWriter.cpp -o .buildOpt/METISGraphWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/PartitionWriter.cpp -o .buildOpt/PartitionWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/SNAPGraphWriter.cpp -o .buildOpt/SNAPGraphWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/matching/Matching.cpp -o .buildOpt/Matching.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/overlap/Overlapper.cpp -o .buildOpt/Overlapper.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/ConnectedComponents.cpp -o .buildOpt/ConnectedComponents.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/Eccentricity.cpp -o .buildOpt/Eccentricity.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/GraphProperties.cpp -o .buildOpt/GraphProperties.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/scd/SelectiveCommunityDetector.cpp -o .buildOpt/SelectiveCommunityDetector.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/structures/Partition.cpp -o .buildOpt/Partition.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/viz/MultilevelLayouter.cpp -o .buildOpt/MultilevelLayouter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/algebraic/AdjacencyMatrix.cpp -o .buildOpt/AdjacencyMatrix.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/algebraic/Vector.cpp -o .buildOpt/Vector.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/auxiliary/Parallelism.cpp -o .buildOpt/Parallelism.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/ApproxBetweenness.cpp -o .buildOpt/ApproxBetweenness.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/DynBetweenness.cpp -o .buildOpt/DynBetweenness.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/coarsening/PartitionCoarsening.cpp -o .buildOpt/PartitionCoarsening.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/CommunityGraph.cpp -o .buildOpt/CommunityGraph.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/EdgeCut.cpp -o .buildOpt/EdgeCut.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/EPPFactory.cpp -o .buildOpt/EPPFactory.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/HubDominance.cpp -o .buildOpt/HubDominance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/NMIDistance.cpp -o .buildOpt/NMIDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/PartitionIntersection.cpp -o .buildOpt/PartitionIntersection.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/QualityMeasure.cpp -o .buildOpt/QualityMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/SampledNodeStructuralRandMeasure.cpp -o .buildOpt/SampledNodeStructuralRandMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/distmeasures/TAlgebraicDistance.cpp -o .buildOpt/TAlgebraicDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/DGSWriter.cpp -o .buildOpt/DGSWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphEventHandler.cpp -o .buildOpt/GraphEventHandler.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphUpdater.cpp -o .buildOpt/GraphUpdater.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/ClusteredRandomGraphGenerator.cpp -o .buildOpt/ClusteredRandomGraphGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicDGSParser.cpp -o .buildOpt/DynamicDGSParser.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/ErdosRenyiGenerator.cpp -o .buildOpt/ErdosRenyiGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/RegularRingLatticeGenerator.cpp -o .buildOpt/RegularRingLatticeGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/StaticGraphGenerator.cpp -o .buildOpt/StaticGraphGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/StochasticBlockmodel.cpp -o .buildOpt/StochasticBlockmodel.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/DynBFS.cpp -o .buildOpt/DynBFS.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/GraphBuilder.cpp -o .buildOpt/GraphBuilder.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/SpanningForest.cpp -o .buildOpt/SpanningForest.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/independentset/IndependentSetFinder.cpp -o .buildOpt/IndependentSetFinder.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/CoverWriter.cpp -o .buildOpt/CoverWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/DotPartitionWriter.cpp -o .buildOpt/DotPartitionWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/EdgeListReader.cpp -o .buildOpt/EdgeListReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/GraphIO.cpp -o .buildOpt/GraphIO.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/METISParser.cpp -o .buildOpt/METISParser.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/VNAGraphWriter.cpp -o .buildOpt/VNAGraphWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/matching/PathGrowingMatcher.cpp -o .buildOpt/PathGrowingMatcher.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/overlap/RegionGrowingOverlapper.cpp -o .buildOpt/RegionGrowingOverlapper.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/Diameter.cpp -o .buildOpt/Diameter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/scd/ApproximatePageRank.cpp -o .buildOpt/ApproximatePageRank.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/structures/Cover.cpp -o .buildOpt/Cover.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/viz/Layouter.cpp -o .buildOpt/Layouter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/viz/PostscriptWriter.cpp -o .buildOpt/PostscriptWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
ar rc libNetworKit-Core-Opt.a .buildOpt/Globals.o .buildOpt/AdjacencyMatrix.o .buildOpt/IncidenceMatrix.o .buildOpt/LaplacianMatrix.o .buildOpt/Matrix.o .buildOpt/NormalizedLaplacianMatrix.o .buildOpt/Vector.o .buildOpt/Log.o .buildOpt/Noise.o .buildOpt/NumericTools.o .buildOpt/Parallelism.o .buildOpt/Random.o .buildOpt/Timer.o .buildOpt/Parameters.o .buildOpt/ApproxBetweenness.o .buildOpt/ApproxBetweenness2.o .buildOpt/Betweenness.o .buildOpt/Centrality.o .buildOpt/DegreeCentrality.o .buildOpt/DynApproxBetweenness.o .buildOpt/DynBetweenness.o .buildOpt/EigenvectorCentrality.o .buildOpt/PageRank.o .buildOpt/ClusterContractor.o .buildOpt/ClusteringProjector.o .buildOpt/GraphCoarsening.o .buildOpt/MatchingContracter.o .buildOpt/ParallelPartitionCoarsening.o .buildOpt/PartitionCoarsening.o .buildOpt/ClusteringGenerator.o .buildOpt/CNM.o .buildOpt/CommunityDetectionAlgorithm.o .buildOpt/CommunityGraph.o .buildOpt/Conductance.o .buildOpt/Coverage.o .buildOpt/CutClustering.o .buildOpt/DissimilarityMeasure.o .buildOpt/DynamicNMIDistance.o .buildOpt/EdgeCut.o .buildOpt/EPP.o .buildOpt/EPPFactory.o .buildOpt/GraphClusteringTools.o .buildOpt/GraphStructuralRandMeasure.o .buildOpt/HubDominance.o .buildOpt/JaccardMeasure.o .buildOpt/LPDegreeOrdered.o .buildOpt/Modularity.o .buildOpt/NMIDistance.o .buildOpt/NodeStructuralRandMeasure.o .buildOpt/ParallelAgglomerativeClusterer.o .buildOpt/PartitionIntersection.o .buildOpt/PLM.o .buildOpt/PLP.o .buildOpt/QualityMeasure.o .buildOpt/RandomClusterer.o .buildOpt/SampledGraphStructuralRandMeasure.o .buildOpt/SampledNodeStructuralRandMeasure.o .buildOpt/AlgebraicDistance.o .buildOpt/NeighborhoodDistance.o .buildOpt/NodeDistance.o .buildOpt/TAlgebraicDistance.o .buildOpt/TNeighborhoodDistance.o .buildOpt/TNodeDistance.o .buildOpt/DGSStreamParser.o .buildOpt/DGSWriter.o .buildOpt/GraphEvent.o .buildOpt/GraphEventGenerator.o .buildOpt/GraphEventHandler.o .buildOpt/GraphEventProxy.o .buildOpt/GraphEventSource.o .buildOpt/GraphEventTarget.o .buildOpt/GraphUpdater.o .buildOpt/EdmondsKarp.o .buildOpt/BarabasiAlbertGenerator.o .buildOpt/ChungLuGenerator.o .buildOpt/ClusteredRandomGraphGenerator.o .buildOpt/DorogovtsevMendesGenerator.o .buildOpt/DynamicBarabasiAlbertGenerator.o .buildOpt/DynamicDGSParser.o .buildOpt/DynamicDorogovtsevMendesGenerator.o .buildOpt/DynamicForestFireGenerator.o .buildOpt/DynamicGraphGenerator.o .buildOpt/DynamicGraphSource.o .buildOpt/DynamicPathGenerator.o .buildOpt/DynamicPubWebGenerator.o .buildOpt/ErdosRenyiGenerator.o .buildOpt/HavelHakimiGenerator.o .buildOpt/PubWebGenerator.o .buildOpt/RegularRingLatticeGenerator.o .buildOpt/RmatGenerator.o .buildOpt/StaticDegreeSequenceGenerator.o .buildOpt/StaticGraphGenerator.o .buildOpt/StochasticBlockmodel.o .buildOpt/WattsStrogatzGenerator.o .buildOpt/BFS.o .buildOpt/BottomUpBFS.o .buildOpt/Dijkstra.o .buildOpt/DynBFS.o .buildOpt/DynDijkstra.o .buildOpt/DynSSSP.o .buildOpt/Graph.o .buildOpt/GraphBuilder.o .buildOpt/GraphDistance.o .buildOpt/GraphGenerator.o .buildOpt/Sampling.o .buildOpt/SpanningForest.o .buildOpt/SSSP.o .buildOpt/Subgraph.o .buildOpt/IndependentSetFinder.o .buildOpt/Luby.o .buildOpt/CoverReader.o .buildOpt/CoverWriter.o .buildOpt/DGSReader.o .buildOpt/DibapGraphReader.o .buildOpt/DotGraphWriter.o .buildOpt/DotPartitionWriter.o .buildOpt/DynamicGraphReader.o .buildOpt/EdgeListCoverReader.o .buildOpt/EdgeListPartitionReader.o .buildOpt/EdgeListReader.o .buildOpt/EdgeListWriter.o .buildOpt/GDFGraphWriter.o .buildOpt/GMLGraphReader.o .buildOpt/GMLGraphWriter.o .buildOpt/GraphIO.o .buildOpt/KONECTGraphReader.o .buildOpt/LineFileReader.o .buildOpt/METISGraphReader.o .buildOpt/METISGraphWriter.o .buildOpt/METISParser.o .buildOpt/PartitionReader.o .buildOpt/PartitionWriter.o .buildOpt/SNAPEdgeListPartitionReader.o .buildOpt/SNAPGraphReader.o .buildOpt/SNAPGraphWriter.o .buildOpt/VNAGraphWriter.o .buildOpt/Matcher.o .buildOpt/Matching.o .buildOpt/ParallelMatcher.o .buildOpt/PathGrowingMatcher.o .buildOpt/HashingOverlapper.o .buildOpt/Overlapper.o .buildOpt/RegionGrowingOverlapper.o .buildOpt/ClusteringCoefficient.o .buildOpt/ConnectedComponents.o .buildOpt/CoreDecomposition.o .buildOpt/Diameter.o .buildOpt/Eccentricity.o .buildOpt/GlobalClusteringCoefficient.o .buildOpt/GraphProperties.o .buildOpt/ParallelConnectedComponents.o .buildOpt/StronglyConnectedComponents.o .buildOpt/ApproximatePageRank.o .buildOpt/GCE.o .buildOpt/PageRankNibble.o .buildOpt/SelectiveCommunityDetector.o .buildOpt/Cover.o .buildOpt/Partition.o .buildOpt/UnionFind.o .buildOpt/FruchtermanReingold.o .buildOpt/Layouter.o .buildOpt/MaxentStress.o .buildOpt/MultilevelLayouter.o .buildOpt/PostscriptWriter.o
ranlib libNetworKit-Core-Opt.a
building '_NetworKit' extension
g++-4.8 -Wno-unused-result -Werror=declaration-after-statement -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python3/3.4.1_1/Frameworks/Python.framework/Versions/3.4/include/python3.4m -c networkit/_NetworKit.cpp -o build/temp.macosx-10.9-x86_64-3.4/networkit/_NetworKit.o -fopenmp -std=c++11 -O3 -DNOGTEST
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ [enabled by default]
networkit/_NetworKit.cpp: In function 'PyObject* __pyx_pf_9networkit_10_NetworKit_3PLM_10prolong(__pyx_obj_9networkit_10_NetworKit_Graph*, __pyx_obj_9networkit_10_NetworKit_Partition*, __pyx_obj_9networkit_10_NetworKit_Graph*, std::vector<long unsigned int>)':
networkit/_NetworKit.cpp:23466:136: error: no matching function for call to 'NetworKit::PLM::prolong(NetworKit::Graph&, NetworKit::Partition&, NetworKit::Graph&, std::vector<long unsigned int>&)'
__pyx_t_2 = NetworKit::PLM::prolong(__pyx_v_Gcoarse->_this, __pyx_v_zetaCoarse->_this, __pyx_v_Gfine->_this, __pyx_v_nodeToMetaNode);
^
networkit/_NetworKit.cpp:23466:136: note: candidate is:
In file included from networkit/_NetworKit.cpp:301:0:
networkit/cpp/community/PLM.h:52:19: note: static NetworKit::Partition NetworKit::PLM::prolong(const NetworKit::Graph&, const NetworKit::Partition&, const NetworKit::Graph&, std::vector<long long unsigned int>)
static Partition prolong(const Graph& Gcoarse, const Partition& zetaCoarse, const Graph& Gfine, std::vector<node> nodeToMetaNode);
^
networkit/cpp/community/PLM.h:52:19: note: no known conversion for argument 4 from 'std::vector<long unsigned int>' to 'std::vector<long long unsigned int>'
networkit/_NetworKit.cpp: In function 'std::vector<long unsigned int> __pyx_convert_vector_from_py_unsigned_long(PyObject*)':
networkit/_NetworKit.cpp:37583:88: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
__pyx_t_5 = __Pyx_PyInt_As_unsigned_long(__pyx_v_item); if (unlikely(__pyx_t_5 == -1 && PyErr_Occurred())) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 63; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
^
networkit/_NetworKit.cpp:502:43: note: in definition of macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
networkit/_NetworKit.cpp: In function 'std::vector<unsigned int> __pyx_convert_vector_from_py_unsigned_int(PyObject*)':
networkit/_NetworKit.cpp:38202:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
__pyx_t_5 = __Pyx_PyInt_As_unsigned_int(__pyx_v_item); if (unlikely(__pyx_t_5 == -1 && PyErr_Occurred())) {__pyx_filename = __pyx_f[9]; __pyx_lineno = 63; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
^
networkit/_NetworKit.cpp:502:43: note: in definition of macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
networkit/_NetworKit.cpp: At global scope:
networkit/_NetworKit.cpp:15823:18: warning: 'PyObject* __pyx_pw_9networkit_10_NetworKit_9Partition_5__getitem__(PyObject*, PyObject*)' defined but not used [-Wunused-function]
static PyObject *__pyx_pw_9networkit_10_NetworKit_9Partition_5__getitem__(PyObject *__pyx_v_self, PyObject *__pyx_v_e) {
^
error: command 'g++-4.8' failed with exit status 1
Complete output from command /usr/local/opt/python3/bin/python3.4 -c "import setuptools, tokenize;__file__='/private/var/folders/kp/ws_ljfcj7nlgg3ztmd10tyrw0000gn/T/pip_build_cls/networkit/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/kp/ws_ljfcj7nlgg3ztmd10tyrw0000gn/T/pip-99lhxxfa-record/install-record.txt --single-version-externally-managed --compile:
sample.cpp:13:11: fatal error: 'omp.h' file not found
#include <omp.h>
^
1 error generated.
running install
running build
running build_py
creating build
creating build/lib.macosx-10.9-x86_64-3.4
creating build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/__init__.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/algebraic.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/auxiliary.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/centrality.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/coloring.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/community.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/distmeasures.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/dynamic.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/engineering.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/flow.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/generators.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/graph.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/graphio.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/GraphMLIO.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/nxadapter.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/partitioning.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/plot.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/powerlaw.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/properties.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/stopwatch.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/structures.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/termgraph.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/viztasks.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
copying networkit/workflows.py -> build/lib.macosx-10.9-x86_64-3.4/networkit
creating build/lib.macosx-10.9-x86_64-3.4/networkit/gephi
copying networkit/gephi/__init__.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/gephi
copying networkit/gephi/csv.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/gephi
copying networkit/gephi/pyclient.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/gephi
copying networkit/gephi/streaming.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/gephi
creating build/lib.macosx-10.9-x86_64-3.4/networkit/test
copying networkit/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/test
copying networkit/test/test_centrality.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/test
copying networkit/test/test_community.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/test
creating build/lib.macosx-10.9-x86_64-3.4/networkit/viztools
copying networkit/viztools/__init__.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/viztools
copying networkit/viztools/cluster.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/viztools
copying networkit/viztools/construct.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/viztools
copying networkit/viztools/drawing.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/viztools
copying networkit/viztools/edgemap.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/viztools
copying networkit/viztools/graph.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/viztools
copying networkit/viztools/graphio.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/viztools
copying networkit/viztools/layout.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/viztools
copying networkit/viztools/nodemap.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/viztools
creating build/lib.macosx-10.9-x86_64-3.4/networkit/test/extension
copying networkit/test/extension/__init__.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/test/extension
copying networkit/test/extension/test.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/test/extension
creating build/lib.macosx-10.9-x86_64-3.4/networkit/test/gephi
copying networkit/test/gephi/__init__.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/test/gephi
copying networkit/test/gephi/test_gephi.py -> build/lib.macosx-10.9-x86_64-3.4/networkit/test/gephi
running build_ext
networkit/cpp/community/NMIDistance.cpp: In member function 'virtual double NetworKit::NMIDistance::getDissimilarity(const NetworKit::Graph&, const NetworKit::Partition&, const NetworKit::Partition&)':
networkit/cpp/community/NMIDistance.cpp:85:7: warning: variable 'unionSize' set but not used [-Wunused-but-set-variable]
auto unionSize = [&](index C, index D){
^
networkit/cpp/dynamics/GraphUpdater.cpp: In member function 'void NetworKit::GraphUpdater::update(std::vector<NetworKit::GraphEvent>&)':
networkit/cpp/dynamics/GraphUpdater.cpp:21:10: warning: unused variable 'u' [-Wunused-variable]
node u = G.addNode();
^
networkit/cpp/io/GMLGraphReader.cpp: In member function 'virtual NetworKit::Graph NetworKit::GMLGraphReader::read(const string&)':
networkit/cpp/io/GMLGraphReader.cpp:107:18: warning: 'v' may be used uninitialized in this function [-Wmaybe-uninitialized]
G.addEdge(u,v);
^
networkit/cpp/io/GMLGraphReader.cpp:107:18: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
networkit/cpp/io/METISGraphReader.cpp: In member function 'virtual NetworKit::Graph NetworKit::METISGraphReader::read(const string&)':
networkit/cpp/io/METISGraphReader.cpp:46:9: warning: variable 'p' set but not used [-Wunused-but-set-variable]
double p = 0.0; // percentage for progress bar
^
networkit/cpp/scd/GCE.cpp: In member function 'std::set<long long unsigned int> NetworKit::GCE::expandSeed(NetworKit::node)':
networkit/cpp/scd/GCE.cpp:67:7: warning: variable 'shell' set but not used [-Wunused-but-set-variable]
auto shell = [&](const std::set<node>& C) {
^
networkit/cpp/scd/GCE.cpp:137:10: warning: variable 'acceptability' set but not used [-Wunused-but-set-variable]
auto acceptability = [&](node v, std::set<node>& C){
^
g++-4.8 networkit/cpp/Globals.cpp -o .buildOpt/Globals.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/algebraic/Matrix.cpp -o .buildOpt/Matrix.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/base/Parameters.cpp -o .buildOpt/Parameters.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/Centrality.cpp -o .buildOpt/Centrality.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/DegreeCentrality.cpp -o .buildOpt/DegreeCentrality.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/PageRank.cpp -o .buildOpt/PageRank.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/coarsening/ClusteringProjector.cpp -o .buildOpt/ClusteringProjector.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/coarsening/MatchingContracter.cpp -o .buildOpt/MatchingContracter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/CNM.cpp -o .buildOpt/CNM.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/DissimilarityMeasure.cpp -o .buildOpt/DissimilarityMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/EPP.cpp -o .buildOpt/EPP.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/JaccardMeasure.cpp -o .buildOpt/JaccardMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/NodeStructuralRandMeasure.cpp -o .buildOpt/NodeStructuralRandMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/PLP.cpp -o .buildOpt/PLP.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/SampledGraphStructuralRandMeasure.cpp -o .buildOpt/SampledGraphStructuralRandMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/distmeasures/NodeDistance.cpp -o .buildOpt/NodeDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/DGSStreamParser.cpp -o .buildOpt/DGSStreamParser.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphEventTarget.cpp -o .buildOpt/GraphEventTarget.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/ChungLuGenerator.cpp -o .buildOpt/ChungLuGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicBarabasiAlbertGenerator.cpp -o .buildOpt/DynamicBarabasiAlbertGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicGraphGenerator.cpp -o .buildOpt/DynamicGraphGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicPathGenerator.cpp -o .buildOpt/DynamicPathGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/HavelHakimiGenerator.cpp -o .buildOpt/HavelHakimiGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/RmatGenerator.cpp -o .buildOpt/RmatGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/BottomUpBFS.cpp -o .buildOpt/BottomUpBFS.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/DynDijkstra.cpp -o .buildOpt/DynDijkstra.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/GraphGenerator.cpp -o .buildOpt/GraphGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/SSSP.cpp -o .buildOpt/SSSP.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/CoverReader.cpp -o .buildOpt/CoverReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/DibapGraphReader.cpp -o .buildOpt/DibapGraphReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/EdgeListPartitionReader.cpp -o .buildOpt/EdgeListPartitionReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/GMLGraphReader.cpp -o .buildOpt/GMLGraphReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/METISGraphReader.cpp -o .buildOpt/METISGraphReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/SNAPEdgeListPartitionReader.cpp -o .buildOpt/SNAPEdgeListPartitionReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/matching/Matcher.cpp -o .buildOpt/Matcher.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/overlap/HashingOverlapper.cpp -o .buildOpt/HashingOverlapper.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/ClusteringCoefficient.cpp -o .buildOpt/ClusteringCoefficient.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/GlobalClusteringCoefficient.cpp -o .buildOpt/GlobalClusteringCoefficient.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/StronglyConnectedComponents.cpp -o .buildOpt/StronglyConnectedComponents.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/scd/GCE.cpp -o .buildOpt/GCE.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/viz/FruchtermanReingold.cpp -o .buildOpt/FruchtermanReingold.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/algebraic/LaplacianMatrix.cpp -o .buildOpt/LaplacianMatrix.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/algebraic/NormalizedLaplacianMatrix.cpp -o .buildOpt/NormalizedLaplacianMatrix.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/auxiliary/Noise.cpp -o .buildOpt/Noise.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/auxiliary/Timer.cpp -o .buildOpt/Timer.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/ApproxBetweenness2.cpp -o .buildOpt/ApproxBetweenness2.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/DynApproxBetweenness.cpp -o .buildOpt/DynApproxBetweenness.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/coarsening/ParallelPartitionCoarsening.cpp -o .buildOpt/ParallelPartitionCoarsening.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/Conductance.cpp -o .buildOpt/Conductance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/CutClustering.cpp -o .buildOpt/CutClustering.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/GraphStructuralRandMeasure.cpp -o .buildOpt/GraphStructuralRandMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/LPDegreeOrdered.cpp -o .buildOpt/LPDegreeOrdered.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/PLM.cpp -o .buildOpt/PLM.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/distmeasures/NeighborhoodDistance.cpp -o .buildOpt/NeighborhoodDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/distmeasures/TNeighborhoodDistance.cpp -o .buildOpt/TNeighborhoodDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphEvent.cpp -o .buildOpt/GraphEvent.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphEventProxy.cpp -o .buildOpt/GraphEventProxy.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/BarabasiAlbertGenerator.cpp -o .buildOpt/BarabasiAlbertGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DorogovtsevMendesGenerator.cpp -o .buildOpt/DorogovtsevMendesGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicForestFireGenerator.cpp -o .buildOpt/DynamicForestFireGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/PubWebGenerator.cpp -o .buildOpt/PubWebGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/StaticDegreeSequenceGenerator.cpp -o .buildOpt/StaticDegreeSequenceGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/BFS.cpp -o .buildOpt/BFS.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/DynSSSP.cpp -o .buildOpt/DynSSSP.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/Graph.cpp -o .buildOpt/Graph.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/DGSReader.cpp -o .buildOpt/DGSReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/EdgeListCoverReader.cpp -o .buildOpt/EdgeListCoverReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/GDFGraphWriter.cpp -o .buildOpt/GDFGraphWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/KONECTGraphReader.cpp -o .buildOpt/KONECTGraphReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/PartitionReader.cpp -o .buildOpt/PartitionReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/SNAPGraphReader.cpp -o .buildOpt/SNAPGraphReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/matching/ParallelMatcher.cpp -o .buildOpt/ParallelMatcher.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/CoreDecomposition.cpp -o .buildOpt/CoreDecomposition.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/ParallelConnectedComponents.cpp -o .buildOpt/ParallelConnectedComponents.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/scd/PageRankNibble.cpp -o .buildOpt/PageRankNibble.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/structures/UnionFind.cpp -o .buildOpt/UnionFind.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/viz/MaxentStress.cpp -o .buildOpt/MaxentStress.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/algebraic/IncidenceMatrix.cpp -o .buildOpt/IncidenceMatrix.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/auxiliary/Log.cpp -o .buildOpt/Log.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/auxiliary/NumericTools.cpp -o .buildOpt/NumericTools.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/auxiliary/Random.cpp -o .buildOpt/Random.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/Betweenness.cpp -o .buildOpt/Betweenness.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/EigenvectorCentrality.cpp -o .buildOpt/EigenvectorCentrality.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/coarsening/ClusterContractor.cpp -o .buildOpt/ClusterContractor.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/coarsening/GraphCoarsening.cpp -o .buildOpt/GraphCoarsening.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/ClusteringGenerator.cpp -o .buildOpt/ClusteringGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/CommunityDetectionAlgorithm.cpp -o .buildOpt/CommunityDetectionAlgorithm.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/Coverage.cpp -o .buildOpt/Coverage.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/DynamicNMIDistance.cpp -o .buildOpt/DynamicNMIDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/GraphClusteringTools.cpp -o .buildOpt/GraphClusteringTools.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/Modularity.cpp -o .buildOpt/Modularity.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/ParallelAgglomerativeClusterer.cpp -o .buildOpt/ParallelAgglomerativeClusterer.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/RandomClusterer.cpp -o .buildOpt/RandomClusterer.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/distmeasures/AlgebraicDistance.cpp -o .buildOpt/AlgebraicDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/distmeasures/TNodeDistance.cpp -o .buildOpt/TNodeDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphEventGenerator.cpp -o .buildOpt/GraphEventGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphEventSource.cpp -o .buildOpt/GraphEventSource.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/flow/EdmondsKarp.cpp -o .buildOpt/EdmondsKarp.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicDorogovtsevMendesGenerator.cpp -o .buildOpt/DynamicDorogovtsevMendesGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicGraphSource.cpp -o .buildOpt/DynamicGraphSource.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicPubWebGenerator.cpp -o .buildOpt/DynamicPubWebGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/WattsStrogatzGenerator.cpp -o .buildOpt/WattsStrogatzGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/Dijkstra.cpp -o .buildOpt/Dijkstra.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/GraphDistance.cpp -o .buildOpt/GraphDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/Sampling.cpp -o .buildOpt/Sampling.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/Subgraph.cpp -o .buildOpt/Subgraph.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/independentset/Luby.cpp -o .buildOpt/Luby.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/DotGraphWriter.cpp -o .buildOpt/DotGraphWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/DynamicGraphReader.cpp -o .buildOpt/DynamicGraphReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/EdgeListWriter.cpp -o .buildOpt/EdgeListWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/GMLGraphWriter.cpp -o .buildOpt/GMLGraphWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/LineFileReader.cpp -o .buildOpt/LineFileReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/METISGraphWriter.cpp -o .buildOpt/METISGraphWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/PartitionWriter.cpp -o .buildOpt/PartitionWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/SNAPGraphWriter.cpp -o .buildOpt/SNAPGraphWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/matching/Matching.cpp -o .buildOpt/Matching.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/overlap/Overlapper.cpp -o .buildOpt/Overlapper.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/ConnectedComponents.cpp -o .buildOpt/ConnectedComponents.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/Eccentricity.cpp -o .buildOpt/Eccentricity.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/GraphProperties.cpp -o .buildOpt/GraphProperties.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/scd/SelectiveCommunityDetector.cpp -o .buildOpt/SelectiveCommunityDetector.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/structures/Partition.cpp -o .buildOpt/Partition.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/viz/MultilevelLayouter.cpp -o .buildOpt/MultilevelLayouter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/algebraic/AdjacencyMatrix.cpp -o .buildOpt/AdjacencyMatrix.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/algebraic/Vector.cpp -o .buildOpt/Vector.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/auxiliary/Parallelism.cpp -o .buildOpt/Parallelism.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/ApproxBetweenness.cpp -o .buildOpt/ApproxBetweenness.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/centrality/DynBetweenness.cpp -o .buildOpt/DynBetweenness.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/coarsening/PartitionCoarsening.cpp -o .buildOpt/PartitionCoarsening.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/CommunityGraph.cpp -o .buildOpt/CommunityGraph.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/EdgeCut.cpp -o .buildOpt/EdgeCut.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/EPPFactory.cpp -o .buildOpt/EPPFactory.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/HubDominance.cpp -o .buildOpt/HubDominance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/NMIDistance.cpp -o .buildOpt/NMIDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/PartitionIntersection.cpp -o .buildOpt/PartitionIntersection.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/QualityMeasure.cpp -o .buildOpt/QualityMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/community/SampledNodeStructuralRandMeasure.cpp -o .buildOpt/SampledNodeStructuralRandMeasure.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/distmeasures/TAlgebraicDistance.cpp -o .buildOpt/TAlgebraicDistance.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/DGSWriter.cpp -o .buildOpt/DGSWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphEventHandler.cpp -o .buildOpt/GraphEventHandler.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/dynamics/GraphUpdater.cpp -o .buildOpt/GraphUpdater.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/ClusteredRandomGraphGenerator.cpp -o .buildOpt/ClusteredRandomGraphGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/DynamicDGSParser.cpp -o .buildOpt/DynamicDGSParser.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/ErdosRenyiGenerator.cpp -o .buildOpt/ErdosRenyiGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/RegularRingLatticeGenerator.cpp -o .buildOpt/RegularRingLatticeGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/StaticGraphGenerator.cpp -o .buildOpt/StaticGraphGenerator.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/generators/StochasticBlockmodel.cpp -o .buildOpt/StochasticBlockmodel.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/DynBFS.cpp -o .buildOpt/DynBFS.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/GraphBuilder.cpp -o .buildOpt/GraphBuilder.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/graph/SpanningForest.cpp -o .buildOpt/SpanningForest.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/independentset/IndependentSetFinder.cpp -o .buildOpt/IndependentSetFinder.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/CoverWriter.cpp -o .buildOpt/CoverWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/DotPartitionWriter.cpp -o .buildOpt/DotPartitionWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/EdgeListReader.cpp -o .buildOpt/EdgeListReader.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/GraphIO.cpp -o .buildOpt/GraphIO.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/METISParser.cpp -o .buildOpt/METISParser.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/io/VNAGraphWriter.cpp -o .buildOpt/VNAGraphWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/matching/PathGrowingMatcher.cpp -o .buildOpt/PathGrowingMatcher.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/overlap/RegionGrowingOverlapper.cpp -o .buildOpt/RegionGrowingOverlapper.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/properties/Diameter.cpp -o .buildOpt/Diameter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/scd/ApproximatePageRank.cpp -o .buildOpt/ApproximatePageRank.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/structures/Cover.cpp -o .buildOpt/Cover.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/viz/Layouter.cpp -o .buildOpt/Layouter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
g++-4.8 networkit/cpp/viz/PostscriptWriter.cpp -o .buildOpt/PostscriptWriter.o -c -std=c++11 -Wall -fmessage-length=0 -fPIC -fopenmp -O3 -DNDEBUG -DLOG_LEVEL=LOG_LEVEL_INFO
ar rc libNetworKit-Core-Opt.a .buildOpt/Globals.o .buildOpt/AdjacencyMatrix.o .buildOpt/IncidenceMatrix.o .buildOpt/LaplacianMatrix.o .buildOpt/Matrix.o .buildOpt/NormalizedLaplacianMatrix.o .buildOpt/Vector.o .buildOpt/Log.o .buildOpt/Noise.o .buildOpt/NumericTools.o .buildOpt/Parallelism.o .buildOpt/Random.o .buildOpt/Timer.o .buildOpt/Parameters.o .buildOpt/ApproxBetweenness.o .buildOpt/ApproxBetweenness2.o .buildOpt/Betweenness.o .buildOpt/Centrality.o .buildOpt/DegreeCentrality.o .buildOpt/DynApproxBetweenness.o .buildOpt/DynBetweenness.o .buildOpt/EigenvectorCentrality.o .buildOpt/PageRank.o .buildOpt/ClusterContractor.o .buildOpt/ClusteringProjector.o .buildOpt/GraphCoarsening.o .buildOpt/MatchingContracter.o .buildOpt/ParallelPartitionCoarsening.o .buildOpt/PartitionCoarsening.o .buildOpt/ClusteringGenerator.o .buildOpt/CNM.o .buildOpt/CommunityDetectionAlgorithm.o .buildOpt/CommunityGraph.o .buildOpt/Conductance.o .buildOpt/Coverage.o .buildOpt/CutClustering.o .buildOpt/DissimilarityMeasure.o .buildOpt/DynamicNMIDistance.o .buildOpt/EdgeCut.o .buildOpt/EPP.o .buildOpt/EPPFactory.o .buildOpt/GraphClusteringTools.o .buildOpt/GraphStructuralRandMeasure.o .buildOpt/HubDominance.o .buildOpt/JaccardMeasure.o .buildOpt/LPDegreeOrdered.o .buildOpt/Modularity.o .buildOpt/NMIDistance.o .buildOpt/NodeStructuralRandMeasure.o .buildOpt/ParallelAgglomerativeClusterer.o .buildOpt/PartitionIntersection.o .buildOpt/PLM.o .buildOpt/PLP.o .buildOpt/QualityMeasure.o .buildOpt/RandomClusterer.o .buildOpt/SampledGraphStructuralRandMeasure.o .buildOpt/SampledNodeStructuralRandMeasure.o .buildOpt/AlgebraicDistance.o .buildOpt/NeighborhoodDistance.o .buildOpt/NodeDistance.o .buildOpt/TAlgebraicDistance.o .buildOpt/TNeighborhoodDistance.o .buildOpt/TNodeDistance.o .buildOpt/DGSStreamParser.o .buildOpt/DGSWriter.o .buildOpt/GraphEvent.o .buildOpt/GraphEventGenerator.o .buildOpt/GraphEventHandler.o .buildOpt/GraphEventProxy.o .buildOpt/GraphEventSource.o .buildOpt/GraphEventTarget.o .buildOpt/GraphUpdater.o .buildOpt/EdmondsKarp.o .buildOpt/BarabasiAlbertGenerator.o .buildOpt/ChungLuGenerator.o .buildOpt/ClusteredRandomGraphGenerator.o .buildOpt/DorogovtsevMendesGenerator.o .buildOpt/DynamicBarabasiAlbertGenerator.o .buildOpt/DynamicDGSParser.o .buildOpt/DynamicDorogovtsevMendesGenerator.o .buildOpt/DynamicForestFireGenerator.o .buildOpt/DynamicGraphGenerator.o .buildOpt/DynamicGraphSource.o .buildOpt/DynamicPathGenerator.o .buildOpt/DynamicPubWebGenerator.o .buildOpt/ErdosRenyiGenerator.o .buildOpt/HavelHakimiGenerator.o .buildOpt/PubWebGenerator.o .buildOpt/RegularRingLatticeGenerator.o .buildOpt/RmatGenerator.o .buildOpt/StaticDegreeSequenceGenerator.o .buildOpt/StaticGraphGenerator.o .buildOpt/StochasticBlockmodel.o .buildOpt/WattsStrogatzGenerator.o .buildOpt/BFS.o .buildOpt/BottomUpBFS.o .buildOpt/Dijkstra.o .buildOpt/DynBFS.o .buildOpt/DynDijkstra.o .buildOpt/DynSSSP.o .buildOpt/Graph.o .buildOpt/GraphBuilder.o .buildOpt/GraphDistance.o .buildOpt/GraphGenerator.o .buildOpt/Sampling.o .buildOpt/SpanningForest.o .buildOpt/SSSP.o .buildOpt/Subgraph.o .buildOpt/IndependentSetFinder.o .buildOpt/Luby.o .buildOpt/CoverReader.o .buildOpt/CoverWriter.o .buildOpt/DGSReader.o .buildOpt/DibapGraphReader.o .buildOpt/DotGraphWriter.o .buildOpt/DotPartitionWriter.o .buildOpt/DynamicGraphReader.o .buildOpt/EdgeListCoverReader.o .buildOpt/EdgeListPartitionReader.o .buildOpt/EdgeListReader.o .buildOpt/EdgeListWriter.o .buildOpt/GDFGraphWriter.o .buildOpt/GMLGraphReader.o .buildOpt/GMLGraphWriter.o .buildOpt/GraphIO.o .buildOpt/KONECTGraphReader.o .buildOpt/LineFileReader.o .buildOpt/METISGraphReader.o .buildOpt/METISGraphWriter.o .buildOpt/METISParser.o .buildOpt/PartitionReader.o .buildOpt/PartitionWriter.o .buildOpt/SNAPEdgeListPartitionReader.o .buildOpt/SNAPGraphReader.o .buildOpt/SNAPGraphWriter.o .buildOpt/VNAGraphWriter.o .buildOpt/Matcher.o .buildOpt/Matching.o .buildOpt/ParallelMatcher.o .buildOpt/PathGrowingMatcher.o .buildOpt/HashingOverlapper.o .buildOpt/Overlapper.o .buildOpt/RegionGrowingOverlapper.o .buildOpt/ClusteringCoefficient.o .buildOpt/ConnectedComponents.o .buildOpt/CoreDecomposition.o .buildOpt/Diameter.o .buildOpt/Eccentricity.o .buildOpt/GlobalClusteringCoefficient.o .buildOpt/GraphProperties.o .buildOpt/ParallelConnectedComponents.o .buildOpt/StronglyConnectedComponents.o .buildOpt/ApproximatePageRank.o .buildOpt/GCE.o .buildOpt/PageRankNibble.o .buildOpt/SelectiveCommunityDetector.o .buildOpt/Cover.o .buildOpt/Partition.o .buildOpt/UnionFind.o .buildOpt/FruchtermanReingold.o .buildOpt/Layouter.o .buildOpt/MaxentStress.o .buildOpt/MultilevelLayouter.o .buildOpt/PostscriptWriter.o
ranlib libNetworKit-Core-Opt.a
building '_NetworKit' extension
creating build/temp.macosx-10.9-x86_64-3.4
creating build/temp.macosx-10.9-x86_64-3.4/networkit
g++-4.8 -Wno-unused-result -Werror=declaration-after-statement -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python3/3.4.1_1/Frameworks/Python.framework/Versions/3.4/include/python3.4m -c networkit/_NetworKit.cpp -o build/temp.macosx-10.9-x86_64-3.4/networkit/_NetworKit.o -fopenmp -std=c++11 -O3 -DNOGTEST
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ [enabled by default]
networkit/_NetworKit.cpp: In function 'PyObject* __pyx_pf_9networkit_10_NetworKit_3PLM_10prolong(__pyx_obj_9networkit_10_NetworKit_Graph*, __pyx_obj_9networkit_10_NetworKit_Partition*, __pyx_obj_9networkit_10_NetworKit_Graph*, std::vector<long unsigned int>)':
networkit/_NetworKit.cpp:23466:136: error: no matching function for call to 'NetworKit::PLM::prolong(NetworKit::Graph&, NetworKit::Partition&, NetworKit::Graph&, std::vector<long unsigned int>&)'
__pyx_t_2 = NetworKit::PLM::prolong(__pyx_v_Gcoarse->_this, __pyx_v_zetaCoarse->_this, __pyx_v_Gfine->_this, __pyx_v_nodeToMetaNode);
^
networkit/_NetworKit.cpp:23466:136: note: candidate is:
In file included from networkit/_NetworKit.cpp:301:0:
networkit/cpp/community/PLM.h:52:19: note: static NetworKit::Partition NetworKit::PLM::prolong(const NetworKit::Graph&, const NetworKit::Partition&, const NetworKit::Graph&, std::vector<long long unsigned int>)
static Partition prolong(const Graph& Gcoarse, const Partition& zetaCoarse, const Graph& Gfine, std::vector<node> nodeToMetaNode);
^
networkit/cpp/community/PLM.h:52:19: note: no known conversion for argument 4 from 'std::vector<long unsigned int>' to 'std::vector<long long unsigned int>'
networkit/_NetworKit.cpp: In function 'std::vector<long unsigned int> __pyx_convert_vector_from_py_unsigned_long(PyObject*)':
networkit/_NetworKit.cpp:37583:88: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
__pyx_t_5 = __Pyx_PyInt_As_unsigned_long(__pyx_v_item); if (unlikely(__pyx_t_5 == -1 && PyErr_Occurred())) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 63; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
^
networkit/_NetworKit.cpp:502:43: note: in definition of macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
networkit/_NetworKit.cpp: In function 'std::vector<unsigned int> __pyx_convert_vector_from_py_unsigned_int(PyObject*)':
networkit/_NetworKit.cpp:38202:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
__pyx_t_5 = __Pyx_PyInt_As_unsigned_int(__pyx_v_item); if (unlikely(__pyx_t_5 == -1 && PyErr_Occurred())) {__pyx_filename = __pyx_f[9]; __pyx_lineno = 63; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
^
networkit/_NetworKit.cpp:502:43: note: in definition of macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
networkit/_NetworKit.cpp: At global scope:
networkit/_NetworKit.cpp:15823:18: warning: 'PyObject* __pyx_pw_9networkit_10_NetworKit_9Partition_5__getitem__(PyObject*, PyObject*)' defined but not used [-Wunused-function]
static PyObject *__pyx_pw_9networkit_10_NetworKit_9Partition_5__getitem__(PyObject *__pyx_v_self, PyObject *__pyx_v_e) {
^
error: command 'g++-4.8' failed with exit status 1
----------------------------------------
Cleaning up...
Command /usr/local/opt/python3/bin/python3.4 -c "import setuptools, tokenize;__file__='/private/var/folders/kp/ws_ljfcj7nlgg3ztmd10tyrw0000gn/T/pip_build_cls/networkit/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/kp/ws_ljfcj7nlgg3ztmd10tyrw0000gn/T/pip-99lhxxfa-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/var/folders/kp/ws_ljfcj7nlgg3ztmd10tyrw0000gn/T/pip_build_cls/networkit
Storing debug log for failure in /Users/cls/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment