aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2022-08-13Added Galsim 2.3.5 as part of the Maneage software updateHEADmasterMohammad Akhlaghi-0/+0
2022-08-11Added patchelf 0.9 for older C compilersMohammad Akhlaghi-0/+0
The most recent PatchELF needs C++17, which is not yet available on many compilers. So as backup for those systems, we'll also keep the older version.
2022-08-11Updated Astropy from 5.0 to 5.1Mohammad Akhlaghi-0/+0
2022-08-10Updated OpenBLAS, CMake, HDF5 and VIMMohammad Akhlaghi-0/+0
As part of the 2022-2 software update
2022-08-09Added astrometry.net version 0.91Mohammad Akhlaghi-0/+0
2022-08-08Added Python 3.10.6Mohammad Akhlaghi-0/+0
2022-08-07Updates to some other softwareMohammad Akhlaghi-0/+0
2022-08-06Updates to default softwareMohammad Akhlaghi-0/+0
2022-06-10lzip 1.23, netpbm 10.73.39, flex 2.6.4.410 and astrometrynet 0.89Mohammad Akhlaghi-0/+0
These software have been updated in the core Maneage branch (commit ab811d0952).
2022-04-19add: coreutils-9.1, emacs-28.1, git-2.36.0Pedram Ashofteh Ardakani-0/+0
2022-01-09libunistring 1.0 addedMohammad Akhlaghi-0/+0
2022-01-0220 packages of R added, along with ICU 70.1Mohammad Akhlaghi-0/+0
These will be included in the latest version update of Maneage.
2021-12-31Added Podlators 4.14Mohammad Akhlaghi-0/+0
2021-12-29Updates to R, flex, netpbm and valgrindMohammad Akhlaghi-0/+0
2021-12-27Libmd added, it is a dependency of libbsdMohammad Akhlaghi-0/+0
While testing Maneage on a new Ubuntu system, I discovered that libbsd needs some special functions that come from 'libmd', which isn't always available on some systems! So this library (which is also for non-BSD systems) has also been added in the version update branch and its source is also being archived here.
2021-12-27New versions for cffi, esutil, galsim and uncertaintiesMohammad Akhlaghi-0/+0
These were added as part of the effort to update Maneage software.
2021-12-25Several more software added and updatedMohammad Akhlaghi-0/+0
This is their full list: Astropy, Beautifulsoup4, Beniget, Extension-helpers, gast, jinja2, markupsafe, mpi4py, packaging, ply, pyerfa, pythran, scipy, xlsxio. This is being done as part of the general procedure to update Maneage's software.
2021-12-17Updated Nano to version 6.0Mohammad Akhlaghi-0/+0
As part of ongoing work to update the versions of Maneage software.
2021-12-09Git 2.34.0 and ncurses 6.3 addedMohammad Akhlaghi-0/+0
Until now (in the development branch of Maneage to update all software), these two updates were recently made, but I had forgot to upload their tarballs. While checking the development branch, Raul Infante-Sainz informed me that they are missing With this commit, they are added.
2021-11-01Second set of optional high-level software addedMohammad Akhlaghi-0/+0
With this commit, a second set of optinal high-level software source code is being added in a unified tarball format. The build instructions for these packages is being added simultaneously with this commit on a development branch of Maneage (that will later be rebased as one commit in its history).
2021-10-31First set of extra high-level software now includedMohammad Akhlaghi-0/+0
Until now, only the software source code in the default Maneage branch were updated, but with this commit, the first set of "extra" software are included (in parallel with updating their information within the development branch of Maneage).
2021-10-29Default high-level software have been addedMohammad Akhlaghi-0/+0
Until now, we had only put the basic software that are always installed. With this commit, all the default high-level software source code is also added.
2021-10-16Added basic software until CoreutilsMohammad Akhlaghi-0/+3575
As part of the process to update the software of Maneage and unify their tarball formatting, the following packages are now included: bash (5.1.8) cert.pem (2021-10-15), coreutils (9.0), libiconv (1.16), libunistring (0.9.10), libxml2 (2.9.12), m4 (1.4.19), ncurses (6.2), openssl (3.0.0), patchelf (0.13), perl (5.34.0), pkg-config (0.29.2), readline (8.1.1).
2021-10-05Compressed with the -9 option of lzip for best compression rateMohammad Akhlaghi-0/+0
As recommended by Antonio Diaz Diaz, the tarballs are now built with level-9 compression by Lzip (which provides a better compression rate than '--best'). These tarballs aren't yet in the 'maneage' branch and are still in a development branch of Maneage, so there is no problem if they are changed in a commit. But generally, this helps in having a common standard.
2021-10-04All pre-make and compression tarballs now in unified formatMohammad Akhlaghi-0/+0
Following the discussion in Task #15699 [1], all software that come into Maneage will be archived in a unified format. To do this, the downloaded tarball from each software's webpage (or the version we already had) was put in an 'orig' directory, then the following two commands were run (for example for xz version 5.2.5): $ name=xz-5.2.5 $ tar xf orig/$name.tar.gz \ && tar -c -Hustar --owner=root --group=root \ -f $name.tar $name/ \ && lzip $name.tar \ && rm -r $name/ But besides the formatting, the top directory within the tarballs is now always just the name of the tarball without the 'tar.lz'. While most software already follow that convention, some (like Zip or Unzip) didn't. So they have also been corrected. As one exception, for now, Make has not been updated because it would have the same file name as before and we don't want to break any dependencies (by modifying it, and thus its checksum). I tried bootstrapping Make's latest commit (so the version identifier can be different), but there was a bug when building the latest version on my computer and it has been reported to its developers [2]. [1] https://savannah.nongnu.org/task/?15699 [2] https://lists.gnu.org/archive/html/bug-make/2021-10/msg00002.html
2020-12-09Added lessMohammad Akhlaghi-0/+0
less has been added to help viewing large files and in particular to help with using Git within './project shell'.
2020-08-28Included the text editors GNU Nano, GNU Emacs and VimMohammad Akhlaghi-0/+0
These editors are now also available in Maneage (Nano in all projects, and the other two as optional high-level.mk).
2020-08-08Software for Maneage b3b44798a3f472Mohammad Akhlaghi-0/+0
These new versions have been added in that commit of Maneage.
2020-06-30Added libpthread-stubs from XorgMohammad Akhlaghi-0/+0
2020-06-29Added core Xorg programs necessary for GhostscriptMohammad Akhlaghi-0/+0
These are necessary for Ghostscript and are now installed in Maneage (soon to be merged with the core Maneage branch).
2020-06-28Bison updated to version 3.6Mohammad Akhlaghi-0/+0
2020-06-27Upgraded boost for macOS problem, saved as .tar.lzMohammad Akhlaghi-0/+0
Boost has been updated, due to a problem on macOS, to save space and be more archivable, it has also been saved as .tar.lz, and the version is now standard (not having '_' instead of '.')!
2020-06-25Added many missing softwareMohammad Akhlaghi-0/+0
After a full build of Maneage (attempting to build everything!), I noticed that the tarballs of this commit were missing. They have been added.
2020-06-22Updated README, added R and missfitsMohammad Akhlaghi-11/+5
2020-06-04Added XLSXIO's sourceMohammad Akhlaghi-0/+0
2020-05-31Core tools with LzipMohammad Akhlaghi-0/+0
Lzip itself must not be compressed and the rest (until and including Gzip) should be compressed in Lzip until we build Gzip.
2020-05-08For Maneage b1e1522Mohammad Akhlaghi-0/+0
2020-04-17Added Cmake 3.17.0 and expat 2.2.9Mohammad Akhlaghi-0/+0
2020-02-25Added Cloog 0.18.4Mohammad Akhlaghi-0/+0
2020-01-20Template v0-524-g7ac86dfMohammad Akhlaghi-0/+0
2020-01-19Template v0-522-g8cfc728Mohammad Akhlaghi-0/+0
2019-11-08Template v0-490-g5fe30b3Mohammad Akhlaghi-0/+0
2019-11-06Template v0-489-gbf6b8c0Mohammad Akhlaghi-0/+0
2019-11-03Template v0-486-gdda89deMohammad Akhlaghi-0/+0
2019-10-31Template v0-484-g124027aMohammad Akhlaghi-0/+0
2019-10-30Template v0-484-g124027aMohammad Akhlaghi-0/+0
2019-10-28Template v0-476-g9a8a397Mohammad Akhlaghi-0/+0
Using the full tarball of HEALPix (for all languages).
2019-10-28Template v0-476-g9a8a397Mohammad Akhlaghi-0/+0
2019-10-24Template v0-476-g9a8a397Mohammad Akhlaghi-0/+0
2019-10-24Template v0-474-g760b895Mohammad Akhlaghi-0/+0