llvm

  1. S

    Solved Is it possible to buildworld without base compilers to use package compilers

    Is it possible to buildworld without Clang or GCC, so a newer llvm or Clang can be installed as a package? I tried this, and now I'm stuck with a system that can't compile anything, from the package compilers. This topic seems to belong in "Installing and Upgrading FreeBSD..." but its about...
  2. m4r1n

    Solved `make buildworld` does not build base llvm on FreeBSDDesktop/freebsd-base-graphics

    Hi, I'm in the process of testing the drm-next-4.7 branch from the FreeBSDDesktop github repository on several computers. As I want to avoid building world on every machine, I decided to set up a dedicated build machine running FreeBSD 11.0-STABLE. The plan was to build world, kernel and some...
  3. Rand0m

    C Upgrading Base Clang

    Hi there, I wonder how I can upgrade the Clang/llvm that is ported with FreeBSD. I know i can get the newest version from ports but how can I make the ports version the default clang for the system. Thanks :)
  4. D

    Solved Require LLVM_CONFIG variable in port

    Hello, I am looking at porting over llvmlite, and numba for python. It builds just fine with the documentation provided, however it is required to pass LLVM_CONFIG: LLVM_CONFIG=/usr/local/bin/llvm-config37 python setup.py Which works fine as an install for myself. However as a port, I wasn't...
  5. S

    Julia scientific programming language

    Julia is a scientific programming language modeled after a few other languages that draws their advantages together for simplicity. It uses LLVM, and it has an MIT license. http://julialang.org/ http://www.wired.com/2014/02/julia/...
  6. K

    clang and llvm from base are not used for xorg building

    Hi, While installing xorg from ports on FreeBSD 10.2 it builds lang/clang36 and devel/llvm36 tools among others as dependencies. Although I have both CLANG and LLVM (3.4.1) on base, Xorg still requires to have duplicates. Is it possible to avoid building CLANG and LLVM and use those from base...
  7. S

    Apple's Swift 2 is now open-source

    Apple's Swift programming language has been open-sourced. Opps! Apple's big news was accidentally leaked hours early, and no one was ready for the response - Business Insider Apple's GitHub repository swift.org
  8. S

    LLVM to get Fortran compiler that targets parallel GPUs in clusters

    Ars Technica Article... LLVM to get Fortran compiler that targets parallel GPUs in clusters: Nvidia and US National Labs will open source the results http://arstechnica.com/information-technology/2015/11/llvm-to-get-fortran-compiler-that-targets-parallel-gpus-in-clusters/ * Edited to add...
Back
Top