summaryrefslogtreecommitdiff
path: root/lang/julia/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/julia: update to 1.10.5Hiroo Ono4 days23-17/+298
| | | | | | | | | | | | | | | | | | Release notes at https://discourse.julialang.org/t/julia-v1-10-5-has-been-released/118720 Also: - reorganize some lines to pet portlint - regenerate the patches - don’t depend on suitesparse-config but on UMFPACK (including CHOLMOD) and SPQR - replace mbedtls2 by mbedtls3 and remove deprecation - allow to upgrade gmp and mpfr from Makefile - fix USE_LDCONFIG - apply the patch from PR 286169 - add a pkg-message about certificate error. PR: 281237 + 286169 Reported by: Hiroo Ono <hiroo.ono+freebsd (at) gmail.com> and Trond Endrestøl <Trond.Endrestol (at) ximalas.info>
* lang/julia: Update to 1.10.3Hiroo Ono2024-05-1115-324/+220
| | | | PR: 278694
* lang/julia: fix build by adding the missing patchesKurt Jaeger2024-03-174-0/+533
| | | | | | PR: 277697 Reported-by: Hiroo Ono <hiroo@oikumene.net> Pointy-hat-to: pi
* lang/julia: unbreak buildHiroo Ono2024-03-161-9/+24
| | | | | | | - unbreak build - elfctl wxneeded PR: 277697, 276113
* lang/julia: Moved man to share/manMuhammad Moinur Rahman2024-02-011-1/+1
| | | | Approved by: portmgr (blanket)
* lang/julia: partly remove the dependency on gfortranThierry Thomas2023-11-154-9/+149
| | | | | | | | | | | | | Theoretically this port should not depend on gfortran, because we do not build the bundled OpenBLAS (use the system package) nor SuiteSparse (GPL libraries are deactivated). It is certainly possible to totally remove the dependency on gfortran, but this would require some more intrusive patches: this one only removes the linkage with the libraries provided by GCC (among them libgomp). Remark: this does not fix the failure reported at <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273219#c37>.
* lang/julia: Update to 1.9.1Wen Heping2023-06-133-31/+21
| | | | | | PR: 271363 Reported by: wen@ Approved by: rizor.reardon@yahoo.com(maintainer)
* lang/julia: Update to 1.8.5Eric Reardon2023-01-121-20/+0
| | | | | | https://github.com/JuliaLang/julia/releases/tag/v1.8.5 PR: 268896
* lang/julia: Update to 1.8.4 and Makefile cleanupWen Heping2022-12-293-8/+17
| | | | | PR: 268629 Reported by: rizor.reardon@yahoo.com(maintainer)
* lang/julia: Fix julia internal package managerWen Heping2022-11-271-0/+11
| | | | | PR: 267889 Reported by: maintainer
* lang/julia: Update to 1.8.3Wen Heping2022-11-267-46/+23
| | | | | | PR: 267889 Reported by: wen@ Approved by: maintainer
* lang/julia: Update to 1.7.3Eric Reardon2022-06-014-18/+24
| | | | | | | ChangeLog: https://github.com/JuliaLang/julia/compare/v1.7.2...v1.7.3 PR: 264352 Reported by: rizor.reardon@yahoo.com (maintainer)
* lang/julia: Update to 1.7.2Eric Reardon2022-02-091-2/+2
| | | | | | | | - Fix a typo in the patch Changelog: https://github.com/JuliaLang/julia/releases/tag/v1.7.2 PR: 261795
* lang/julia: unbreak build when using libcurl 7.81Eric Reardon2022-01-251-0/+16
| | | | | | | | | | See: * https://github.com/JuliaLang/Downloads.jl/issues/172 * https://github.com/conda-forge/julia-feedstock/issues/169#issuecomment-1007411498 PR: 261417 Reported by: rizor.reardon@yahoo.com
* lang/julia: switch from p7zip to 7-ZipMax Brazhnikov2022-01-101-0/+11
| | | | | PR: 261052 Submitted by: Eric Reardon (maintainer)
* lang/julia: Bring back the port.Eric Reardon2021-12-297-0/+153
| | | | | | Reviewed By: thierry, tcberner, Greg V <greg@unrelenting.technology>, Filipe da Silva Santos <contact@shiori.com.br>, arrowd Differential Revision: https://reviews.freebsd.org/D33121
* Turn lang/julia to metaport & introduce JULIA_DEFAULT to bsd.default-versions.mkLi-Wen Hsu2019-05-288-257/+0
| | | | | | | | PR: 235872 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=502857
* Update to 1.0.3Jochen Neumeister2018-12-282-20/+25
| | | | | | | | | | | | Changelog: https://github.com/JuliaLang/julia/releases/tag/v1.0.3 PR: 234266 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) MFH: 2018Q4 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=488594
* Update to 1.0.2Jochen Neumeister2018-11-131-0/+15
| | | | | | | | | | | Changelog: https://github.com/JuliaLang/julia/releases/tag/v1.0.2 PR: 233122 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=484860
* - Update to 1.0.1Li-Wen Hsu2018-10-041-196/+0
| | | | | | | | PR: 231935 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=481230
* - Remove using of libwhich from build processLi-Wen Hsu2018-09-231-0/+11
| | | | | | | | | | | | It doesn't affect julia work but may cause building proess hang PR: 231479 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Reported by: Trond.Endrestol@ximalas.info Obtained from: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231479#c9 Notes: svn path=/head/; revision=480477
* - Copy lang/julia to lang/julia06 and lang/julia07Li-Wen Hsu2018-09-065-78/+262
| | | | | | | | | | | - Update lang/julia07 to 0.7.0 - Update lang/julia to 0.1.0 PR: 230663 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=479160
* lang/julia: update to 0.6.4Steve Wills2018-07-161-4/+18
| | | | | | | | PR: 229799 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=474736
* lang/julia: fix RUNPATH in 0.6.3Steve Wills2018-06-143-18/+18
| | | | | | | | PR: 228993 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=472417
* - Update to 0.6.3Li-Wen Hsu2018-06-131-1/+1
| | | | | | | | PR: 228933 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=472276
* - Update to 0.6.2 [1]Li-Wen Hsu2017-12-191-4/+4
| | | | | | | | | | - Pet portlint(1) PR: 224421 [1] Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=456705
* - Updat to 0.6.0Li-Wen Hsu2017-07-0211-192/+50
| | | | | | | | PR: 220414 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=444857
* - Update to 0.5.2Li-Wen Hsu2017-06-142-12/+23
| | | | | | | | PR: 219959 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=443554
* Update to 0.5.1Tobias Kortkamp2017-03-133-11/+9
| | | | | | | | | | PR: 217704 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9965 Notes: svn path=/head/; revision=436063
* - Backport FreeBSD only patchesLi-Wen Hsu2017-02-275-0/+98
| | | | | | | | PR: 217320 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=434936
* - Link to libopenblasp (threaded version) for better performaceLi-Wen Hsu2017-02-131-2/+2
| | | | | | | | | | | - Point to correct depend: math/arpack-ng - Bump PORTREVISION PR: 217056 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> Notes: svn path=/head/; revision=433996
* Enable i386 buildLi-Wen Hsu2017-01-121-0/+11
| | | | | | | | PR: 215997 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=431292
* - Respect CC, CXX, FCLi-Wen Hsu2016-12-271-1/+19
| | | | | | | | | PR: 215565 Submitted by: Yunchih Chen <yunchih.cat@gmail.com> Approved by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=429589
* - Add lang/julia, Julia Language: A fresh approach to technical computingLi-Wen Hsu2016-12-207-0/+230
PR: 215297 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> Notes: svn path=/head/; revision=428982