Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8236
Added Files: llvm27.info llvm28.info Log Message: llvm 2.7 and 2.8 (in %p/opt) --- NEW FILE: llvm28.info --- Package: llvm28 Version: 2.8 Revision: 1 Description: Modular and reusable compiler License: BSD Maintainer: Benjamin Reed <l...@fink.raccoonfink.com> BuildDepends: cmake (>= 2.8.2-1) InfoTest: TestScript: make check || exit 1 Source: http://llvm.org/releases/%v/llvm-%v.tgz Source-MD5: 220d361b4d17051ff4bb21c64abe05ba Source2: http://llvm.org/releases/%v/clang-%v.tgz Source2-MD5: 10e14c901fc3728eecbd5b829e011b59 UseMaxBuildJobs: true CompileScript: << #!/bin/sh -ev case "%m" in x86_64) CMAKE_OPTIONS="-DLLVM_BUILD_32_BITS:BOOL=OFF" ;; *) CMAKE_OPTIONS="-DLLVM_BUILD_32_BITS:BOOL=ON" ;; esac mv ../clang-%v tools/clang mkdir build pushd build cmake $CMAKE_OPTIONS -DCMAKE_INSTALL_PREFIX=%p/opt/llvm-%v -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release .. make VERBOSE=1 popd << InstallScript: << #!/bin/sh -ev pushd build make -j1 install/fast DESTDIR="%d" popd install_name_tool -id "%p/opt/llvm-%v/lib/liblibclang.dylib" "%i/opt/llvm-%v/lib/liblibclang.dylib" << DocFiles: *.TXT README.txt Shlibs: %p/opt/llvm-%v/lib/liblibclang.dylib 1.0.0 %n (>= 2.8-1) Homepage: http://llvm.org/ DescDetail: << The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them. << --- NEW FILE: llvm27.info --- Package: llvm27 Version: 2.7 Revision: 1 Description: Modular and reusable compiler License: BSD Maintainer: Benjamin Reed <l...@fink.raccoonfink.com> BuildDepends: cmake (>= 2.8.2-1) InfoTest: TestScript: make check || exit 1 Source: http://llvm.org/releases/%v/llvm-%v.tgz Source-MD5: ac322661f20e7d6c810b1869f886ad9b Source2: http://llvm.org/releases/%v/clang-%v.tgz Source2-MD5: b83260aa8c13494adf8978b5f238bf1b UseMaxBuildJobs: true CompileScript: << #!/bin/sh -ev case "%m" in x86_64) CMAKE_OPTIONS="-DLLVM_BUILD_32_BITS:BOOL=OFF" ;; *) CMAKE_OPTIONS="-DLLVM_BUILD_32_BITS:BOOL=ON" ;; esac mv ../clang-%v tools/clang mkdir build pushd build cmake $CMAKE_OPTIONS -DCMAKE_INSTALL_PREFIX=%p/opt/llvm-%v -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release .. make VERBOSE=1 popd << InstallScript: << #!/bin/sh -ev pushd build make -j1 install/fast DESTDIR="%d" popd install_name_tool -id "%p/opt/llvm-%v/lib/libCIndex.dylib" "%i/opt/llvm-%v/lib/libCIndex.dylib" << DocFiles: *.TXT README.txt Shlibs: %p/opt/llvm-%v/lib/libCIndex.dylib 0.0.0 %n (>= 2.7-1) Homepage: http://llvm.org/ DescDetail: << The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them. << ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs