gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master c59d66c 064/125: tmpfs-config-make now has the


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master c59d66c 064/125: tmpfs-config-make now has the programs that can be built
Date: Sun, 23 Apr 2017 22:36:38 -0400 (EDT)

branch: master
commit c59d66cde83db6063da8d711dbe2b6163941a234
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    tmpfs-config-make now has the programs that can be built
    
    The data structure, new option management and table reading/writing has now
    passed a defining stage and we will be correcting the separate programs to
    use them. To be able to run `make check' its necessary to have all the
    corrected programs configured, so until this branch is complete and merged
    with master, as each program adopts the new systems, they will be enabled
    at configure time in `tmpfs-config-make'.
---
 tmpfs-config-make | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/tmpfs-config-make b/tmpfs-config-make
index a283767..efebdc0 100755
--- a/tmpfs-config-make
+++ b/tmpfs-config-make
@@ -122,8 +122,16 @@ cd $build_dir
 # command) will also significantly speed up. Also, by default (in
 # `configure.ac'), we have set optimization flags which have to be
 # cancelled in debugging.
+#
+# ####################################
+#
+# Correct this configure command after the datastruct branch is complete
+# and fully merged with master.
+#
+# ####################################
 if [ ! -f Makefile ]; then
-    $srcdir/configure --srcdir=$srcdir #--disable-shared CFLAGS="-g -O0"
+    $srcdir/configure --srcdir=$srcdir --disable-shared CFLAGS="-g -O0"\
+                      --enable-table
 fi
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]