From b01578de9fb954f7a990ac0d7ec0a6fa1dcceb46 Mon Sep 17 00:00:00 2001 From: damonge Date: Mon, 10 Jun 2024 10:15:08 +0100 Subject: [PATCH] jump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f5bb576..f0eead44 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def _compile_libnmt(): class build(_build): """Specialized Python source builder.""" def run(self): - _compile_libchealpix() + #_compile_libchealpix() _compile_libnmt() _build.run(self)