From 5037e8f9887a880ec828996ea52a526a3033dde1 Mon Sep 17 00:00:00 2001 From: Benjamin Bercovici Date: Mon, 24 Sep 2018 19:30:18 -0600 Subject: [PATCH] updated README --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 1b47934..006f3f5 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,6 @@ A library of functions enabling one to compute the coefficients of the Fourier decomposition of the force, torque induced by solar insulation over a polyhedral surface. -OpenMP-compliant compilers enable faster performance. If GCC has been downloaded from Homebrew, OpenMP can be enabled like so: - -- `brew install yorplib --with-gcc` if using Homebrew -- `cmake .. -DUSE_GCC:BOOL=TRUE` otherwise - ## Installation: ### Mac users