Revision ca3c9bb41fe757d729b2a072ad8f16953ac0da47 authored by Eugenio Angriman on 05 February 2021, 07:44:53 UTC, committed by GitHub on 05 February 2021, 07:44:53 UTC
Changes compiler detection to favor system default (macOS)
2 parent s 0737950 + ee0f1c6
Raw File
.gitignore
*.trace
*.mk
lamg-2.2-2
CMG_101014
instances
.settings*
plots
*~
*.dot$
tracelog*
*.json
*.csv
scripts/SparsificationEvaluation/input/
scripts/SparsificationEvaluation/output/
scripts/SparsificationEvaluation/figures
input/backbones/
docs/cpp_api/
docs/input/
docs/notebooks/
Doc/Website
Doc/Documentation
sandbox
EnsembleClustering-D
EnsembleClustering-DPar
EnsembleClustering-O
/NetworKit-Comm*
*.orig
*.eps
doxygen
dist/

### NetworKit specific
include/NetworKit
NetworKit-Tests-*
.buildDbg/
output
benchmark/
/networkit/*.cpp
/networkit/profiling/*.cpp
build/
/build*
/.build*
lib/
lib64/
include/tlx
include/ttmath

### IDE
*.project
*.cproject
*.vim

### Python
networkit.egg-info/
*.egg$
__pycache__

### C++
*.d
*.slo
*.lo
*.o
*.obj
*.gch
*.pch
*.so
*.dylib
*.dll
*.mod
*.smod
*.lai
*.la
*.a
*.lib
*.exe
*.out
*.app

### CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake

### Ninja
.ninja_deps
.ninja_log

### Cython
*.pyc
/cython_debug/*

### JupyterNotebook
.ipynb_checkpoints
*/.ipynb_checkpoints/*

### MacOS
.DS_Store
back to top