gnuastro-devel
[Top][All Lists]
Advanced

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

[sr #110195] Google Summer of Code (GSoC) discussions


From: Pedram Ashfoteh Ardakani
Subject: [sr #110195] Google Summer of Code (GSoC) discussions
Date: Thu, 1 Oct 2020 12:03:54 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:81.0) Gecko/20100101 Firefox/81.0

Follow-up Comment #38, sr #110195 (project gnuastro):

comment #3 and comment #4

I guess the command execution order in gnuastro manual
<https://www.gnu.org/software/gnuastro/manual/html_node/CFITSIO.html> is
wrong. It looks like one has to _install_ the CFITSIO first and call the
_testprogram_ after that. Notably, this is how I tried it and it worked out
just fine:


$ tar xf cfitsio_latest.tar.gz
$ cd cfitsio-X.XX                   # Replace X.XX with version
$ ./configure --prefix=/usr/local --enable-sse2 --enable-reentrant
$ make
$ make utils # just to make sure everything is there
$ rm cookbook fitscopy imcopy smem speed testprog # so it won't install extra
stuff
$ sudo make install # install first
$ make utils # produce the test files, etc again
$ ./testprog > testprog.lis
$ diff testprog.lis testprog.out    # Should have no output
$ cmp testprog.fit testprog.std     # Should have no output




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?110195>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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