Le 30 mai 2012 à 23:28, Jeremy Lavergne a écrit : >> Please just build llvm-3.0 with configure.compiler=clang to verify that it >> works. > > Here's how to do that: > sudo port clean llvm-3.0 > sudo port install llvm-3.0 configure.compiler=clang
This builds fine indeed: % sudo port clean llvm-3.0; sudo port install llvm-3.0 configure.compiler=clang ---> Cleaning llvm-3.0 ---> Computing dependencies for llvm-3.0 ---> Cleaning llvm-3.0 ---> Scanning binaries for linking errors: 100.0% ---> No broken files found. % port installed llvm-3.0 The following ports are currently installed: llvm-3.0 @3.0_4 (active) % sudo port clean llvm-3.0; sudo port install llvm-3.0 configure.compiler=clang +universal ---> Cleaning llvm-3.0 ---> Computing dependencies for llvm-3.0 ---> Fetching archive for llvm-3.0 ---> Attempting to fetch llvm-3.0-3.0_4+universal.darwin_11.i386-x86_64.tbz2 from http://packages.macports.org/llvm-3.0 ---> Fetching distfiles for llvm-3.0 ---> Verifying checksum(s) for llvm-3.0 ---> Extracting llvm-3.0 ---> Applying patches to llvm-3.0 ---> Configuring llvm-3.0 ---> Building llvm-3.0 ---> Staging llvm-3.0 into destroot ---> Installing llvm-3.0 @3.0_4+universal ---> Deactivating llvm-3.0 @3.0_4 ---> Cleaning llvm-3.0 ---> Activating llvm-3.0 @3.0_4+universal ---> Cleaning llvm-3.0 ---> Updating database of binaries: 100.0% ---> Scanning binaries for linking errors: 100.0% ---> No broken files found. % port installed llvm-3.0 The following ports are currently installed: llvm-3.0 @3.0_4 llvm-3.0 @3.0_4+universal (active) It seems that it is now possible to build the other required ports to build netcdf-fortran... Thank you for your help, Julien _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
