summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2020-01-11Julia: Follow Arch PKGBUILDNarrat
2019-05-22Julia: Adjust patches for 1.3.0 DEVNarrat
2018-11-22Julia: Overhaul regarding 1.0 releaseNarrat
Incorporate changes from the repo PKGBUILD, which changes deps. System llvm cannot be used currently, as they use a patched version. Until those patches are upstreamed nothing can be done.
2018-02-23Julia: Use built in LLVMNarrat
Apparently the same situation as with the 0.6.x release
2017-12-17Julia: Remove some settings from Make.userNarrat
USE_LLVM_SHLIB: Yeah, dunno. USE_BLAS64: Should be handled perfectly by the detection system
2017-12-17Julia: move fftw from deps to optNarrat
Isn't included in the base package anymore. If someone wants to use it, they need the fftw.jl package
2017-12-17Julia: openspecfun got droppedNarrat
Replaced it internally and got rid of this external dependency for upcoming 0.7 release
2017-07-12julia: Depends on llvm 3.9.xNarrat
2017-07-12julia: make blas and lapack a direct dependencyNarrat
Imo a nice way to declare openblas as an alternative for those via optdepends
2017-07-12julia: reformat dependsNarrat
multiline for oversight
2016-08-13Julia: kinda reversed checksum for Make.userNarrat
Now corrected
2016-08-12Julia: Some new depsNarrat
Currently the build were failing, because some new deps got included, and the default was used: Don't use the system ones. Building the new deps required cmake as a makedep. The new deps are: * curl: a dep of pacman, which is a base package, so satisfied * libssh2: Already satisfied due to curl and libgit2 * mbedtls: A new dep Another build failure that occured was because of missing deps. Apparantly the depends lines from the package functions aren't checked, so the vast makedepends is needed (And I really thought it changed, but well.. Dunno why I thought that)
2016-05-15Julia: Simplify makedependsNarrat
makedeps and deps will be installed before building. Building just one package from a SplitPKGBUILD was removed from makepkg. So it should suffice, if julia main package get the deps, makedeps stripped down to real makedeps. This removes the weird makedeps of the doc package
2016-04-30Julia: Remove install fileNarrat
Stuff done there is handled by hooks
2016-04-30Julia: Some .gitignores were in the packageNarrat
2015-11-08Julia: Fix build (in general and on i686)Narrat
I screwed really fine the PKGBUILD up, when I compared it with the Community one. This is now fixed. Additionally building on i686 should be working again (failed for me) Thanks to yuyichao for pointing out a possible solution[0] ______ [0] https://github.com/JuliaLang/julia/issues/13913
2015-11-07Julia Forgot one \Narrat
2015-11-07Julia: Put USE_SYSTEM into Make.userNarrat
Various reasons. * It's the prefered version to customize the build process. * It removes duplicate lines. * And it will work again. Could just be a case of the newly added :, but before that all were set to USE_SYSTEM = 0
2015-11-07Julia: The MARCH line currently doesn't workNarrat
2015-11-07Julia: Import the ld.so handling from community/juliaNarrat
2015-11-07Julia: SSE2 is requiredNarrat
2015-11-07Julia: Just cosmetic stuffNarrat
To remove some false positives if comparing with the PKGBUILD of the community/julia
2015-11-07Julia: remove non-existing Make.inc targetsNarrat
2015-09-20Julia: Adjustments for the doc packageNarrat
Adjust deps in the commented makedeps line and point to aur/juliadoc-git package. But if it's missing it will be downloaded by the julia build process. Remove the echo statements, include the html pages in the doc package and remove the double man-page
2015-09-20Julia: Add rev-counterNarrat
Removing the old counter made the problem even worse. Now all revs will be counted (not depending on the tag) so this problem shouldn't occur. Thanks to haawda for the solution
2015-09-10Julia: Remove rev counter from pkgverNarrat
This thing is misleading with the branching system used by the julia devs. And use the correct $branch:VERSION information if another branch than master is used (like release-0.4 and co)
2015-06-30Julia: Correct license informationNarrat
2015-06-03Julia: Upstream switched from pcre to pcre2Narrat
2015-05-28Julia: Use system openspecfun and openlibmNarrat
Both from the AUR
2015-05-13julia: Latest filesNarrat
History: https://github.com/Narrat/PKGBuilds