User Activity

  • Posted a comment on ticket #141 on HEALPix

    I wouldn't recommend doing this, since this approach will become unmaintainable once you have more complicated projects. My recommendation is to learn a bit about Makefiles (or about cmake or other alternatives if you prefer) and add the appropriate Makefile or other to your code directory. Then a simple "make" will always do the expected thing, and you do not need to change global configuration files.

  • Modified a comment on ticket #141 on HEALPix

    I think that the installation actually went fine. But the command "make Test -lhealpix_cxx" will not work in practice - you cannot pass compilation and linker flags to "make" in this way. The command(s) that must be executed (with the help of "make" or in a different way is: g++ Test_cpp -I /home/medha/Programs/Healpix_3.82/include -L /home/medha/Programs/Healpix_3.82/lib -lhealpix_cxx (combined compilation and linking) or (separate compilation and linking): g++ Test.cpp -c -I /home/medha/Programs/Healpix_3.82/include...

  • Posted a comment on ticket #141 on HEALPix

    I think that the installation actually went fine. But the command "make Test -lhealpix_cxx" will not work in practice - you cannot pass compilation and linker flags to "make" in this way. The command(s) that must be executed (with the help of "make" or in a different way is: g++ Test_cpp -I /home/medha/Programs/Healpix_3.82/include -L /home/medha/Programs/Healpix_3.82/lib -lhealpix_cxx (combined compilation and linking) or (separate compilation and linking): g++ Test_cpp -c -I /home/medha/Programs/Healpix_3.82/include...

  • Committed [r1240] on Code

    better cfitsio fix

  • Committed [r1239] on Code

    prepare C++ sources for release 3.83

  • Committed [r1238] on Code

    temporary patch from Leo Singer to fix cfitsio troubles

  • Committed [r1237] on Code

    modularize alice3 code, contributed by Leo Singer

  • Committed [r1235] on Code

    bug fix for https://github.com/healpy/healpy/issues/904

View All

Personal Data

Username:
reinecke
Joined:
2000-01-11 09:39:15

Projects

This is a list of open source software projects that Martin Reinecke is associated with:

  • Project Logo HEALPix Data Analysis, Simulations and Visualization on the Sphere Last Updated:
  • Hammurabi Code Astrophysical magnetic fields simulator Last Updated:
  • Planck Level-S Sources of the simulations package for the Planck satellite project Last Updated:
  • ProC 3.0 smart Workflow Engine Last Updated:
  • Ray++   Last Updated: