From b8196da71122c67843a933511cf19351f757d617 Mon Sep 17 00:00:00 2001 From: Jerome Hue <jerome.hue@cea.fr> Date: Tue, 10 Sep 2024 17:04:17 +0200 Subject: [PATCH] Remove outdated information from README.md --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index 2e309083..3c35049f 100644 --- a/README.md +++ b/README.md @@ -30,26 +30,3 @@ pip install . -v ### Standard C++ Compilation You will need to compile first the Core library before compiling the CPU one. -The makefile is designed to do it for you. - -To only compile the CPU library, run -``` -make cpu_only -``` - -To compile the CPU library + the associated unitary tests, run -``` -make cpu_tests -``` - -To compile the CPU library with the python binding, run -``` -make cpu_with_pybind -``` -Important: this command can also be run with `make`. - - -To compile the CPU library with the python binding + the associated unitary tests, run -``` -make cpu_with_pybind_tests -``` -- GitLab