aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src/make/dependencies-atlas-single.mk
AgeCommit message (Collapse)AuthorLines
2019-04-13Corrected copyright notices and info about adding copyright infoMohammad Akhlaghi-5/+1
Until now, the files where the people were meant to change didn't have a proper copyright notice (for example `Copyright (C) YOUR NAME.'). This was wrong because the license does not convey copyright ownership. So the name of the file's original author must always be included and when people modify it (and add their own copyright-able modifications). With this commit, the file's original author (and email) are added to the copyright notice and when more than one person modified a file, both names have their individual copyright notice. Based on this, the description for adding a copyright notice in `README-hacking.md' has also been modified.
2019-04-04Copyright notice on some of the new filesMohammad Akhlaghi-0/+29
The new files that were just added didn't have a copyright. One has been added for them with this commit.
2019-03-20Including ATLAS in the pipeline, not yet completeRaul Infante-Sainz-0/+29
An initial installation of atlas is now included in the pipeline, but we are still trying to make it compile and build smoothly. In the process, we found that GCC also needs some modifications (for example rpath issues).