ElmerCSC / homebrew-elmerfem

Homebrew formula for installing Elmer on Macs
6 stars 15 forks source link

Unable to install elmer on Mac by using brew #1

Open drone50 opened 8 years ago

drone50 commented 8 years ago

I was thinking my problems caused by GCC or umfpack(suite-sparse), so those package were updated and linked properly by my terminal work. However, I still cannot install Elmer fem on my mac.. My terminal failure log is the following:


==> Installing elmer from elmercsc/homebrew-elmerfem ==> Using Homebrew-provided fortran compiler. This may be changed by setting the FC environment variable. ==> Building with an alternative Fortran compiler This is unsupported. Warning: No Fortran optimization information was provided. You may want to consider setting FCFLAGS and FFLAGS or pass the --default-fortran-flags option to brew install if your compiler is compatible with GCC.

If you like the default optimization level of your compiler, ignore this warning. ==> Building with an alternative Fortran compiler This is unsupported. Warning: No Fortran optimization information was provided. You may want to consider setting FCFLAGS and FFLAGS or pass the --default-fortran-flags option to brew install if your compiler is compatible with GCC.

If you like the default optimization level of your compiler, ignore this warning. ==> Building with an alternative Fortran compiler This is unsupported. Warning: No Fortran optimization information was provided. You may want to consider setting FCFLAGS and FFLAGS or pass the --default-fortran-flags option to brew install if your compiler is compatible with GCC.

If you like the default optimization level of your compiler, ignore this warning. ==> Building with an alternative Fortran compiler This is unsupported. Warning: No Fortran optimization information was provided. You may want to consider setting FCFLAGS and FFLAGS or pass the --default-fortran-flags option to brew install if your compiler is compatible with GCC.

If you like the default optimization level of your compiler, ignore this warning. ==> Building with an alternative Fortran compiler This is unsupported. Warning: No Fortran optimization information was provided. You may want to consider setting FCFLAGS and FFLAGS or pass the --default-fortran-flags option to brew install if your compiler is compatible with GCC.

If you like the default optimization level of your compiler, ignore this warning. ==> Cloning https://github.com/ElmerCSC/elmerfem.git Updating /Library/Caches/Homebrew/elmer--git ==> Checking out branch devel ==> cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/elmer/HEAD -DWITH_Hypre:BOOL=TRUE -DWITH_Mump ==> make /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libumfpack.a(umf_dl_dump.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libumfpack.a(umf_zi_dump.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libumfpack.a(umf_zl_dump.c.o) has no symbols [ 69%] Built target umfpack make: *\ [all] Error 2

READ THIS: https://git.io/brew-troubleshooting If reporting this issue please do so at (not Homebrew/homebrew): https://github.com/elmercsc/homebrew-elmerfem/issues

juhanikataja commented 8 years ago

Can you run "brew install" command with "--verbose" flag and locate the exact place where the error happens?

drone50 commented 8 years ago

I post log by your suggestion that contains its first and last part without meaningless "make" part. I just want to say that "make" process has been stopped at 67 % due to the "umfpack" problem or something. Unfortunately, I don't know why because I'm very newbie to Mac machine.

Please check out my log.

==> Installing elmer from elmercsc/homebrew-elmerfem /usr/local/bin/mpif90 --version /usr/local/bin/mpif90 --version /usr/local/bin/mpicc --version /usr/local/bin/mpif90 --version /usr/local/bin/mpicc --version /usr/local/bin/mpicxx --version /usr/local/bin/mpif90 --version /usr/local/bin/mpif90 --version /usr/local/bin/mpicc --version /usr/local/bin/mpif90 --version /usr/local/bin/mpicc --version /usr/local/bin/mpicxx --version /usr/local/bin/mpif90 --version ==> Using Homebrew-provided fortran compiler. This may be changed by setting the FC environment variable. ==> Building with an alternative Fortran compiler This is unsupported. Warning: No Fortran optimization information was provided. You may want to consider setting FCFLAGS and FFLAGS or pass the --default-fortran-flags option to brew install if your compiler is compatible with GCC.

If you like the default optimization level of your compiler, ignore this warning. ==> Building with an alternative Fortran compiler This is unsupported. Warning: No Fortran optimization information was provided. You may want to consider setting FCFLAGS and FFLAGS or pass the --default-fortran-flags option to brew install if your compiler is compatible with GCC.

If you like the default optimization level of your compiler, ignore this warning. ==> Building with an alternative Fortran compiler This is unsupported. Warning: No Fortran optimization information was provided. You may want to consider setting FCFLAGS and FFLAGS or pass the --default-fortran-flags option to brew install if your compiler is compatible with GCC.

If you like the default optimization level of your compiler, ignore this warning. ==> Building with an alternative Fortran compiler This is unsupported. Warning: No Fortran optimization information was provided. You may want to consider setting FCFLAGS and FFLAGS or pass the --default-fortran-flags option to brew install if your compiler is compatible with GCC.

If you like the default optimization level of your compiler, ignore this warning. ==> Building with an alternative Fortran compiler This is unsupported. Warning: No Fortran optimization information was provided. You may want to consider setting FCFLAGS and FFLAGS or pass the --default-fortran-flags option to brew install if your compiler is compatible with GCC.

If you like the default optimization level of your compiler, ignore this warning. ==> Downloading https://github.com/ElmerCSC/elmerfem/archive/release-8.0.tar.gz Already downloaded: /Library/Caches/Homebrew/elmer-8.0.tar.gz ==> Verifying elmer-8.0.tar.gz checksum tar xf /Library/Caches/Homebrew/elmer-8.0.tar.gz ==> cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/elmer/8.0 -DWITH_Hypre:BOOL=TRUE -DWITH_Mumps:BOOL=TRUE -DWITH_MPI:BOOL=TRUE -DBLAS_LIBRARIES:STRING=/usr/local/opt/openblas/lib/libopenblas.dylib;-lpthread -DLAPACK_LIBRARIES:STRING=/usr/local/opt/openblas/lib/libopenblas.dylib;-lpthread -DCMAKE_C_FLAGS_RELEASE= -DCMAKE_CXX_FLAGS_RELEASE= -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/elmer/8.0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -- The Fortran compiler identification is GNU 4.8.2 -- The C compiler identification is GNU 5.2.0 -- The CXX compiler identification is GNU 5.2.0 -- Checking whether Fortran compiler has -isysroot -- Checking whether Fortran compiler has -isysroot - yes -- Checking whether Fortran compiler supports OSX deployment target flag -- Checking whether Fortran compiler supports OSX deployment target flag - yes -- Check for working Fortran compiler: /usr/local/bin/gfortran -- Check for working Fortran compiler: /usr/local/bin/gfortran -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- yes -- Checking whether C compiler has -isysroot -- Checking whether C compiler has -isysroot - yes -- Checking whether C compiler supports OSX deployment target flag -- Checking whether C compiler supports OSX deployment target flag - yes -- Check for working C compiler: /usr/local/opt/gcc/bin/gcc-5 -- Check for working C compiler: /usr/local/opt/gcc/bin/gcc-5 -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Checking whether CXX compiler has -isysroot -- Checking whether CXX compiler has -isysroot - yes -- Checking whether CXX compiler supports OSX deployment target flag -- Checking whether CXX compiler supports OSX deployment target flag - yes -- Check for working CXX compiler: /usr/local/opt/gcc/bin/g++-5 -- Check for working CXX compiler: /usr/local/opt/gcc/bin/g++-5 -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done fatal: Not a git repository (or any of the parent directories): .git -- Checking whether GFortran version >= 4.8 -- yes -- Found MPI_C: /usr/local/lib/libmpi.dylib
-- Found MPI_CXX: /usr/local/lib/libmpi_cxx.dylib;/usr/local/lib/libmpi.dylib
-- Found MPI_Fortran: /usr/local/lib/libmpi_usempif08.dylib;/usr/local/lib/libmpi_usempi_ignore_tkr.a;/usr/local/lib/libmpi_mpifh.dylib;/usr/local/lib/libmpi.dylib
-- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - found -- Found Threads: TRUE
-- A library with BLAS API found. -- A library with BLAS API found. -- A library with LAPACK API found. -- Finding Mumps -- Finding SCALAPACK -- Checking if BLACS library is needed by SCALAPACK -- Looking for Fortran blacs_gridinit -- Looking for Fortran blacs_gridinit - found -- Checking if BLACS library is needed by SCALAPACK -- no -- Checking if Metis library is needed by Mumps -- Checking if Metis library is needed by Mumps -- no -- Checking if ParMetis library is needed by Mumps -- Checking if ParMetis library is needed by Mumps -- no -- A library with Mumps API found. -- Mumps include dir: /usr/local/include -- Mumps libraries: /usr/local/lib/libdmumps.dylib;/usr/local/lib/libmumps_common.dylib;/usr/local/lib/libpord.dylib;/usr/local/lib/libscalapack.dylib -- Checking whether /usr/local/bin/gfortran supports PROCEDURE POINTER -- Checking whether /usr/local/bin/gfortran supports PROCEDURE POINTER -- yes -- Checking whether /usr/local/bin/gfortran supports CONTIGUOUS -- Checking whether /usr/local/bin/gfortran supports CONTIGUOUS -- yes -- Checking whether /usr/local/bin/gfortran supports EXECUTE_COMMAND_LINE -- Checking whether /usr/local/bin/gfortran supports EXECUTE_COMMAND_LINE -- yes -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of long -- Check size of long - done


-- BLAS library: /usr/local/opt/openblas/lib/libopenblas.dylib;-lpthread -- LAPACK library: /usr/local/opt/openblas/lib/libopenblas.dylib;-lpthread


-- Fortran compiler: /usr/local/bin/gfortran -- Fortran flags: -O3


-- C compiler: /usr/local/opt/gcc/bin/gcc-5 -- C flags:


-- CXX compiler: /usr/local/opt/gcc/bin/g++-5 -- CXX flags:


-- MPI Fortran: TRUE -- MPI Fortran compiler: /usr/local/bin/mpif90 -- MPI Fortran flags:
-- MPI Fortran include dir: /usr/local/Cellar/open-mpi/1.8.6/include;/usr/local/Cellar/open-mpi/1.8.6/lib -- MPI Fortran libraries: /usr/local/lib/libmpi_usempif08.dylib;/usr/local/lib/libmpi_usempi_ignore_tkr.a;/usr/local/lib/libmpi_mpifh.dylib;/usr/local/lib/libmpi.dylib -- MPI Fortran link flags: -Wl,-flat_namespace -Wl,-commons,use_dylibs


-- MPI C: TRUE -- MPI C compiler: /usr/local/bin/mpicc -- MPI C flags:
-- MPI C include dir: /usr/local/Cellar/open-mpi/1.8.6/include -- MPI C libraries: /usr/local/lib/libmpi.dylib -- MPI C flags:


-- Mumps: TRUE -- Mumps include: /usr/local/include -- Mumps libraries: /usr/local/lib/libdmumps.dylib;/usr/local/lib/libmumps_common.dylib;/usr/local/lib/libpord.dylib;/usr/local/lib/libscalapack.dylib


-- Hypre: TRUE -- Hypre include: /usr/local/include -- Hypre libraries: /usr/local/lib/libHYPRE.a



-- Package filename: elmerfem-8.0--20150812_Darwin-x86_64 -- Patch version: 8.0- -- Configuring done -- Generating done -- Build files have been written to: /tmp/elmer20150812-443-19z8ze6/elmerfem-release-8.0/build ==> make "MAKE" process has been stopped at 67 % due to the "umfpack" problem or something. Unfortunately, I don't know why because I'm very newbie to Mac machine.

[ 67%] Linking C static library libumfpack.a cd /tmp/elmer20150812-443-19z8ze6/elmerfem-release-8.0/build/umfpack/src/umfpack && /usr/local/Cellar/cmake/3.3.0/bin/cmake -P CMakeFiles/umfpack.dir/cmake_clean_target.cmake cd /tmp/elmer20150812-443-19z8ze6/elmerfem-release-8.0/build/umfpack/src/umfpack && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/umfpack.dir/link.txt --verbose=1 /usr/bin/ar cq libumfpack.a CMakeFiles/umfpack.dir/umfpack_timer.c.o CMakeFiles/umfpack.dir/umfpack_tictoc.c.o CMakeFiles/umfpack.dir/umf_i_analyze.c.o CMakeFiles/umfpack.dir/umf_i_apply_order.c.o CMakeFiles/umfpack.dir/umf_i_colamd.c.o CMakeFiles/umfpack.dir/umf_i_free.c.o CMakeFiles/umfpack.dir/umf_i_fsize.c.o CMakeFiles/umfpack.dir/umf_i_is_permutation.c.o CMakeFiles/umfpack.dir/umf_i_malloc.c.o CMakeFiles/umfpack.dir/umf_i_realloc.c.o CMakeFiles/umfpack.dir/umf_i_report_perm.c.o CMakeFiles/umfpack.dir/umf_i_singletons.c.o CMakeFiles/umfpack.dir/umf_l_analyze.c.o CMakeFiles/umfpack.dir/umf_l_apply_order.c.o CMakeFiles/umfpack.dir/umf_l_colamd.c.o CMakeFiles/umfpack.dir/umf_l_free.c.o CMakeFiles/umfpack.dir/umf_l_fsize.c.o CMakeFiles/umfpack.dir/umf_l_is_permutation.c.o CMakeFiles/umfpack.dir/umf_l_malloc.c.o CMakeFiles/umfpack.dir/umf_l_realloc.c.o CMakeFiles/umfpack.dir/umf_l_report_perm.c.o CMakeFiles/umfpack.dir/umf_l_singletons.c.o CMakeFiles/umfpack.dir/umf_di_lhsolve.c.o CMakeFiles/umfpack.dir/umf_di_uhsolve.c.o CMakeFiles/umfpack.dir/umf_di_triplet_map_nox.c.o CMakeFiles/umfpack.dir/umf_di_triplet_nomap_x.c.o CMakeFiles/umfpack.dir/umf_di_triplet_nomap_nox.c.o CMakeFiles/umfpack.dir/umf_di_triplet_map_x.c.o CMakeFiles/umfpack.dir/umf_di_assemble_fixq.c.o CMakeFiles/umfpack.dir/umf_di_store_lu_drop.c.o CMakeFiles/umfpack.dir/umf_di_assemble.c.o CMakeFiles/umfpack.dir/umf_di_blas3_update.c.o CMakeFiles/umfpack.dir/umf_di_build_tuples.c.o CMakeFiles/umfpack.dir/umf_di_create_element.c.o CMakeFiles/umfpack.dir/umf_di_dump.c.o CMakeFiles/umfpack.dir/umf_di_extend_front.c.o CMakeFiles/umfpack.dir/umf_di_garbage_collection.c.o CMakeFiles/umfpack.dir/umf_di_get_memory.c.o CMakeFiles/umfpack.dir/umf_di_init_front.c.o CMakeFiles/umfpack.dir/umf_di_kernel.c.o CMakeFiles/umfpack.dir/umf_di_kernel_init.c.o CMakeFiles/umfpack.dir/umf_di_kernel_wrapup.c.o CMakeFiles/umfpack.dir/umf_di_local_search.c.o CMakeFiles/umfpack.dir/umf_di_lsolve.c.o CMakeFiles/umfpack.dir/umf_di_ltsolve.c.o CMakeFiles/umfpack.dir/umf_di_mem_alloc_element.c.o CMakeFiles/umfpack.dir/umf_di_mem_alloc_head_block.c.o CMakeFiles/umfpack.dir/umf_di_mem_alloc_tail_block.c.o CMakeFiles/umfpack.dir/umf_di_mem_free_tail_block.c.o CMakeFiles/umfpack.dir/umf_di_mem_init_memoryspace.c.o CMakeFiles/umfpack.dir/umf_di_report_vector.c.o CMakeFiles/umfpack.dir/umf_di_row_search.c.o CMakeFiles/umfpack.dir/umf_di_scale_column.c.o CMakeFiles/umfpack.dir/umf_di_set_stats.c.o CMakeFiles/umfpack.dir/umf_di_solve.c.o CMakeFiles/umfpack.dir/umf_di_symbolic_usage.c.o CMakeFiles/umfpack.dir/umf_di_transpose.c.o CMakeFiles/umfpack.dir/umf_di_tuple_lengths.c.o CMakeFiles/umfpack.dir/umf_di_usolve.c.o CMakeFiles/umfpack.dir/umf_di_utsolve.c.o CMakeFiles/umfpack.dir/umf_di_valid_numeric.c.o CMakeFiles/umfpack.dir/umf_di_valid_symbolic.c.o CMakeFiles/umfpack.dir/umf_di_grow_front.c.o CMakeFiles/umfpack.dir/umf_di_start_front.c.o CMakeFiles/umfpack.dir/umf_di_2by2.c.o CMakeFiles/umfpack.dir/umf_di_store_lu.c.o CMakeFiles/umfpack.dir/umf_di_scale.c.o CMakeFiles/umfpack.dir/umfpack_di_wsolve.c.o CMakeFiles/umfpack.dir/umfpack_di_col_to_triplet.c.o CMakeFiles/umfpack.dir/umfpack_di_defaults.c.o CMakeFiles/umfpack.dir/umfpack_di_free_numeric.c.o CMakeFiles/umfpack.dir/umfpack_di_free_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_di_get_numeric.c.o CMakeFiles/umfpack.dir/umfpack_di_get_lunz.c.o CMakeFiles/umfpack.dir/umfpack_di_get_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_di_get_determinant.c.o CMakeFiles/umfpack.dir/umfpack_di_numeric.c.o CMakeFiles/umfpack.dir/umfpack_di_qsymbolic.c.o CMakeFiles/umfpack.dir/umfpack_di_report_control.c.o CMakeFiles/umfpack.dir/umfpack_di_report_info.c.o CMakeFiles/umfpack.dir/umfpack_di_report_matrix.c.o CMakeFiles/umfpack.dir/umfpack_di_report_numeric.c.o CMakeFiles/umfpack.dir/umfpack_di_report_perm.c.o CMakeFiles/umfpack.dir/umfpack_di_report_status.c.o CMakeFiles/umfpack.dir/umfpack_di_report_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_di_report_triplet.c.o CMakeFiles/umfpack.dir/umfpack_di_report_vector.c.o CMakeFiles/umfpack.dir/umfpack_di_solve.c.o CMakeFiles/umfpack.dir/umfpack_di_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_di_transpose.c.o CMakeFiles/umfpack.dir/umfpack_di_triplet_to_col.c.o CMakeFiles/umfpack.dir/umfpack_di_scale.c.o CMakeFiles/umfpack.dir/umfpack_di_load_numeric.c.o CMakeFiles/umfpack.dir/umfpack_di_save_numeric.c.o CMakeFiles/umfpack.dir/umfpack_di_load_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_di_save_symbolic.c.o CMakeFiles/umfpack.dir/umf_dl_lhsolve.c.o CMakeFiles/umfpack.dir/umf_dl_uhsolve.c.o CMakeFiles/umfpack.dir/umf_dl_triplet_map_nox.c.o CMakeFiles/umfpack.dir/umf_dl_triplet_nomap_x.c.o CMakeFiles/umfpack.dir/umf_dl_triplet_nomap_nox.c.o CMakeFiles/umfpack.dir/umf_dl_triplet_map_x.c.o CMakeFiles/umfpack.dir/umf_dl_assemble_fixq.c.o CMakeFiles/umfpack.dir/umf_dl_store_lu_drop.c.o CMakeFiles/umfpack.dir/umf_dl_assemble.c.o CMakeFiles/umfpack.dir/umf_dl_blas3_update.c.o CMakeFiles/umfpack.dir/umf_dl_build_tuples.c.o CMakeFiles/umfpack.dir/umf_dl_create_element.c.o CMakeFiles/umfpack.dir/umf_dl_dump.c.o CMakeFiles/umfpack.dir/umf_dl_extend_front.c.o CMakeFiles/umfpack.dir/umf_dl_garbage_collection.c.o CMakeFiles/umfpack.dir/umf_dl_get_memory.c.o CMakeFiles/umfpack.dir/umf_dl_init_front.c.o CMakeFiles/umfpack.dir/umf_dl_kernel.c.o CMakeFiles/umfpack.dir/umf_dl_kernel_init.c.o CMakeFiles/umfpack.dir/umf_dl_kernel_wrapup.c.o CMakeFiles/umfpack.dir/umf_dl_local_search.c.o CMakeFiles/umfpack.dir/umf_dl_lsolve.c.o CMakeFiles/umfpack.dir/umf_dl_ltsolve.c.o CMakeFiles/umfpack.dir/umf_dl_mem_alloc_element.c.o CMakeFiles/umfpack.dir/umf_dl_mem_alloc_head_block.c.o CMakeFiles/umfpack.dir/umf_dl_mem_alloc_tail_block.c.o CMakeFiles/umfpack.dir/umf_dl_mem_free_tail_block.c.o CMakeFiles/umfpack.dir/umf_dl_mem_init_memoryspace.c.o CMakeFiles/umfpack.dir/umf_dl_report_vector.c.o CMakeFiles/umfpack.dir/umf_dl_row_search.c.o CMakeFiles/umfpack.dir/umf_dl_scale_column.c.o CMakeFiles/umfpack.dir/umf_dl_set_stats.c.o CMakeFiles/umfpack.dir/umf_dl_solve.c.o CMakeFiles/umfpack.dir/umf_dl_symbolic_usage.c.o CMakeFiles/umfpack.dir/umf_dl_transpose.c.o CMakeFiles/umfpack.dir/umf_dl_tuple_lengths.c.o CMakeFiles/umfpack.dir/umf_dl_usolve.c.o CMakeFiles/umfpack.dir/umf_dl_utsolve.c.o CMakeFiles/umfpack.dir/umf_dl_valid_numeric.c.o CMakeFiles/umfpack.dir/umf_dl_valid_symbolic.c.o CMakeFiles/umfpack.dir/umf_dl_grow_front.c.o CMakeFiles/umfpack.dir/umf_dl_start_front.c.o CMakeFiles/umfpack.dir/umf_dl_2by2.c.o CMakeFiles/umfpack.dir/umf_dl_store_lu.c.o CMakeFiles/umfpack.dir/umf_dl_scale.c.o CMakeFiles/umfpack.dir/umfpack_dl_wsolve.c.o CMakeFiles/umfpack.dir/umfpack_dl_col_to_triplet.c.o CMakeFiles/umfpack.dir/umfpack_dl_defaults.c.o CMakeFiles/umfpack.dir/umfpack_dl_free_numeric.c.o CMakeFiles/umfpack.dir/umfpack_dl_free_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_dl_get_numeric.c.o CMakeFiles/umfpack.dir/umfpack_dl_get_lunz.c.o CMakeFiles/umfpack.dir/umfpack_dl_get_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_dl_get_determinant.c.o CMakeFiles/umfpack.dir/umfpack_dl_numeric.c.o CMakeFiles/umfpack.dir/umfpack_dl_qsymbolic.c.o CMakeFiles/umfpack.dir/umfpack_dl_report_control.c.o CMakeFiles/umfpack.dir/umfpack_dl_report_info.c.o CMakeFiles/umfpack.dir/umfpack_dl_report_matrix.c.o CMakeFiles/umfpack.dir/umfpack_dl_report_numeric.c.o CMakeFiles/umfpack.dir/umfpack_dl_report_perm.c.o CMakeFiles/umfpack.dir/umfpack_dl_report_status.c.o CMakeFiles/umfpack.dir/umfpack_dl_report_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_dl_report_triplet.c.o CMakeFiles/umfpack.dir/umfpack_dl_report_vector.c.o CMakeFiles/umfpack.dir/umfpack_dl_solve.c.o CMakeFiles/umfpack.dir/umfpack_dl_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_dl_transpose.c.o CMakeFiles/umfpack.dir/umfpack_dl_triplet_to_col.c.o CMakeFiles/umfpack.dir/umfpack_dl_scale.c.o CMakeFiles/umfpack.dir/umfpack_dl_load_numeric.c.o CMakeFiles/umfpack.dir/umfpack_dl_save_numeric.c.o CMakeFiles/umfpack.dir/umfpack_dl_load_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_dl_save_symbolic.c.o CMakeFiles/umfpack.dir/umf_zi_lhsolve.c.o CMakeFiles/umfpack.dir/umf_zi_uhsolve.c.o CMakeFiles/umfpack.dir/umf_zi_triplet_map_nox.c.o CMakeFiles/umfpack.dir/umf_zi_triplet_nomap_x.c.o CMakeFiles/umfpack.dir/umf_zi_triplet_nomap_nox.c.o CMakeFiles/umfpack.dir/umf_zi_triplet_map_x.c.o CMakeFiles/umfpack.dir/umf_zi_assemble_fixq.c.o CMakeFiles/umfpack.dir/umf_zi_store_lu_drop.c.o CMakeFiles/umfpack.dir/umf_zi_assemble.c.o CMakeFiles/umfpack.dir/umf_zi_blas3_update.c.o CMakeFiles/umfpack.dir/umf_zi_build_tuples.c.o CMakeFiles/umfpack.dir/umf_zi_create_element.c.o CMakeFiles/umfpack.dir/umf_zi_dump.c.o CMakeFiles/umfpack.dir/umf_zi_extend_front.c.o CMakeFiles/umfpack.dir/umf_zi_garbage_collection.c.o CMakeFiles/umfpack.dir/umf_zi_get_memory.c.o CMakeFiles/umfpack.dir/umf_zi_init_front.c.o CMakeFiles/umfpack.dir/umf_zi_kernel.c.o CMakeFiles/umfpack.dir/umf_zi_kernel_init.c.o CMakeFiles/umfpack.dir/umf_zi_kernel_wrapup.c.o CMakeFiles/umfpack.dir/umf_zi_local_search.c.o CMakeFiles/umfpack.dir/umf_zi_lsolve.c.o CMakeFiles/umfpack.dir/umf_zi_ltsolve.c.o CMakeFiles/umfpack.dir/umf_zi_mem_alloc_element.c.o CMakeFiles/umfpack.dir/umf_zi_mem_alloc_head_block.c.o CMakeFiles/umfpack.dir/umf_zi_mem_alloc_tail_block.c.o CMakeFiles/umfpack.dir/umf_zi_mem_free_tail_block.c.o CMakeFiles/umfpack.dir/umf_zi_mem_init_memoryspace.c.o CMakeFiles/umfpack.dir/umf_zi_report_vector.c.o CMakeFiles/umfpack.dir/umf_zi_row_search.c.o CMakeFiles/umfpack.dir/umf_zi_scale_column.c.o CMakeFiles/umfpack.dir/umf_zi_set_stats.c.o CMakeFiles/umfpack.dir/umf_zi_solve.c.o CMakeFiles/umfpack.dir/umf_zi_symbolic_usage.c.o CMakeFiles/umfpack.dir/umf_zi_transpose.c.o CMakeFiles/umfpack.dir/umf_zi_tuple_lengths.c.o CMakeFiles/umfpack.dir/umf_zi_usolve.c.o CMakeFiles/umfpack.dir/umf_zi_utsolve.c.o CMakeFiles/umfpack.dir/umf_zi_valid_numeric.c.o CMakeFiles/umfpack.dir/umf_zi_valid_symbolic.c.o CMakeFiles/umfpack.dir/umf_zi_grow_front.c.o CMakeFiles/umfpack.dir/umf_zi_start_front.c.o CMakeFiles/umfpack.dir/umf_zi_2by2.c.o CMakeFiles/umfpack.dir/umf_zi_store_lu.c.o CMakeFiles/umfpack.dir/umf_zi_scale.c.o CMakeFiles/umfpack.dir/umfpack_zi_wsolve.c.o CMakeFiles/umfpack.dir/umfpack_zi_col_to_triplet.c.o CMakeFiles/umfpack.dir/umfpack_zi_defaults.c.o CMakeFiles/umfpack.dir/umfpack_zi_free_numeric.c.o CMakeFiles/umfpack.dir/umfpack_zi_free_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_zi_get_numeric.c.o CMakeFiles/umfpack.dir/umfpack_zi_get_lunz.c.o CMakeFiles/umfpack.dir/umfpack_zi_get_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_zi_get_determinant.c.o CMakeFiles/umfpack.dir/umfpack_zi_numeric.c.o CMakeFiles/umfpack.dir/umfpack_zi_qsymbolic.c.o CMakeFiles/umfpack.dir/umfpack_zi_report_control.c.o CMakeFiles/umfpack.dir/umfpack_zi_report_info.c.o CMakeFiles/umfpack.dir/umfpack_zi_report_matrix.c.o CMakeFiles/umfpack.dir/umfpack_zi_report_numeric.c.o CMakeFiles/umfpack.dir/umfpack_zi_report_perm.c.o CMakeFiles/umfpack.dir/umfpack_zi_report_status.c.o CMakeFiles/umfpack.dir/umfpack_zi_report_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_zi_report_triplet.c.o CMakeFiles/umfpack.dir/umfpack_zi_report_vector.c.o CMakeFiles/umfpack.dir/umfpack_zi_solve.c.o CMakeFiles/umfpack.dir/umfpack_zi_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_zi_transpose.c.o CMakeFiles/umfpack.dir/umfpack_zi_triplet_to_col.c.o CMakeFiles/umfpack.dir/umfpack_zi_scale.c.o CMakeFiles/umfpack.dir/umfpack_zi_load_numeric.c.o CMakeFiles/umfpack.dir/umfpack_zi_save_numeric.c.o CMakeFiles/umfpack.dir/umfpack_zi_load_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_zi_save_symbolic.c.o CMakeFiles/umfpack.dir/umf_zl_lhsolve.c.o CMakeFiles/umfpack.dir/umf_zl_uhsolve.c.o CMakeFiles/umfpack.dir/umf_zl_triplet_map_nox.c.o CMakeFiles/umfpack.dir/umf_zl_triplet_nomap_x.c.o CMakeFiles/umfpack.dir/umf_zl_triplet_nomap_nox.c.o CMakeFiles/umfpack.dir/umf_zl_triplet_map_x.c.o CMakeFiles/umfpack.dir/umf_zl_assemble_fixq.c.o CMakeFiles/umfpack.dir/umf_zl_store_lu_drop.c.o CMakeFiles/umfpack.dir/umf_zl_assemble.c.o CMakeFiles/umfpack.dir/umf_zl_blas3_update.c.o CMakeFiles/umfpack.dir/umf_zl_build_tuples.c.o CMakeFiles/umfpack.dir/umf_zl_create_element.c.o CMakeFiles/umfpack.dir/umf_zl_dump.c.o CMakeFiles/umfpack.dir/umf_zl_extend_front.c.o CMakeFiles/umfpack.dir/umf_zl_garbage_collection.c.o CMakeFiles/umfpack.dir/umf_zl_get_memory.c.o CMakeFiles/umfpack.dir/umf_zl_init_front.c.o CMakeFiles/umfpack.dir/umf_zl_kernel.c.o CMakeFiles/umfpack.dir/umf_zl_kernel_init.c.o CMakeFiles/umfpack.dir/umf_zl_kernel_wrapup.c.o CMakeFiles/umfpack.dir/umf_zl_local_search.c.o CMakeFiles/umfpack.dir/umf_zl_lsolve.c.o CMakeFiles/umfpack.dir/umf_zl_ltsolve.c.o CMakeFiles/umfpack.dir/umf_zl_mem_alloc_element.c.o CMakeFiles/umfpack.dir/umf_zl_mem_alloc_head_block.c.o CMakeFiles/umfpack.dir/umf_zl_mem_alloc_tail_block.c.o CMakeFiles/umfpack.dir/umf_zl_mem_free_tail_block.c.o CMakeFiles/umfpack.dir/umf_zl_mem_init_memoryspace.c.o CMakeFiles/umfpack.dir/umf_zl_report_vector.c.o CMakeFiles/umfpack.dir/umf_zl_row_search.c.o CMakeFiles/umfpack.dir/umf_zl_scale_column.c.o CMakeFiles/umfpack.dir/umf_zl_set_stats.c.o CMakeFiles/umfpack.dir/umf_zl_solve.c.o CMakeFiles/umfpack.dir/umf_zl_symbolic_usage.c.o CMakeFiles/umfpack.dir/umf_zl_transpose.c.o CMakeFiles/umfpack.dir/umf_zl_tuple_lengths.c.o CMakeFiles/umfpack.dir/umf_zl_usolve.c.o CMakeFiles/umfpack.dir/umf_zl_utsolve.c.o CMakeFiles/umfpack.dir/umf_zl_valid_numeric.c.o CMakeFiles/umfpack.dir/umf_zl_valid_symbolic.c.o CMakeFiles/umfpack.dir/umf_zl_grow_front.c.o CMakeFiles/umfpack.dir/umf_zl_start_front.c.o CMakeFiles/umfpack.dir/umf_zl_2by2.c.o CMakeFiles/umfpack.dir/umf_zl_store_lu.c.o CMakeFiles/umfpack.dir/umf_zl_scale.c.o CMakeFiles/umfpack.dir/umfpack_zl_wsolve.c.o CMakeFiles/umfpack.dir/umfpack_zl_col_to_triplet.c.o CMakeFiles/umfpack.dir/umfpack_zl_defaults.c.o CMakeFiles/umfpack.dir/umfpack_zl_free_numeric.c.o CMakeFiles/umfpack.dir/umfpack_zl_free_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_zl_get_numeric.c.o CMakeFiles/umfpack.dir/umfpack_zl_get_lunz.c.o CMakeFiles/umfpack.dir/umfpack_zl_get_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_zl_get_determinant.c.o CMakeFiles/umfpack.dir/umfpack_zl_numeric.c.o CMakeFiles/umfpack.dir/umfpack_zl_qsymbolic.c.o CMakeFiles/umfpack.dir/umfpack_zl_report_control.c.o CMakeFiles/umfpack.dir/umfpack_zl_report_info.c.o CMakeFiles/umfpack.dir/umfpack_zl_report_matrix.c.o CMakeFiles/umfpack.dir/umfpack_zl_report_numeric.c.o CMakeFiles/umfpack.dir/umfpack_zl_report_perm.c.o CMakeFiles/umfpack.dir/umfpack_zl_report_status.c.o CMakeFiles/umfpack.dir/umfpack_zl_report_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_zl_report_triplet.c.o CMakeFiles/umfpack.dir/umfpack_zl_report_vector.c.o CMakeFiles/umfpack.dir/umfpack_zl_solve.c.o CMakeFiles/umfpack.dir/umfpack_zl_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_zl_transpose.c.o CMakeFiles/umfpack.dir/umfpack_zl_triplet_to_col.c.o CMakeFiles/umfpack.dir/umfpack_zl_scale.c.o CMakeFiles/umfpack.dir/umfpack_zl_load_numeric.c.o CMakeFiles/umfpack.dir/umfpack_zl_save_numeric.c.o CMakeFiles/umfpack.dir/umfpack_zl_load_symbolic.c.o CMakeFiles/umfpack.dir/umfpack_zl_save_symbolic.c.o /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libumfpack.a(umf_di_dump.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libumfpack.a(umf_dl_dump.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libumfpack.a(umf_zi_dump.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libumfpack.a(umf_zl_dump.c.o) has no symbols /usr/bin/ranlib libumfpack.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libumfpack.a(umf_di_dump.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libumfpack.a(umf_dl_dump.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libumfpack.a(umf_zi_dump.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libumfpack.a(umf_zl_dump.c.o) has no symbols [ 67%] Built target umfpack make: *\ [all] Error 2 ==> Formula Tap: elmercsc/homebrew-elmerfem Path: /usr/local/Library/Taps/elmercsc/homebrew-elmerfem/elmer.rb ==> Configuration HOMEBREW_VERSION: 0.9.5 ORIGIN: https://github.com/Homebrew/homebrew HEAD: 4c6857b0e337b2d5afd49dcf7209b6b5091709f4 Last commit: 2 weeks ago HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com CPU: 8-core 64-bit haswell OS X: 10.10.4-x86_64 Xcode: 6.4 CLT: 6.4.0.0.1.1435007323 Clang: 6.1 build 602 X11: 2.7.7 => /opt/X11 System Ruby: 2.0.0-p481 Perl: /usr/bin/perl Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7 Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby193/1.9.3-p551_1/bin/ruby Java: 1.8.0_31 ==> ENV CC: /usr/local/opt/gcc/bin/gcc-5 CXX: /usr/local/opt/gcc/bin/g++-5 OBJC: clang OBJCXX: clang++ HOMEBREW_CC: clang HOMEBREW_CXX: clang++ MAKEFLAGS: -j8 CMAKE_PREFIX_PATH: /usr/local/opt/openblas:/usr/local CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries PKG_CONFIG_PATH: /usr/local/opt/scalapack/lib/pkgconfig:/usr/local/opt/open-mpi/lib/pkgconfig PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 ACLOCAL_PATH: /usr/local/share/aclocal PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/gcc/bin:/usr/local/opt/open-mpi/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin

Error: elmercsc/elmerfem/elmer 8.0 did not build Logs: /Users/Okie/Library/Logs/Homebrew/elmer/01.cmake /Users/Okie/Library/Logs/Homebrew/elmer/01.cmake.cc /Users/Okie/Library/Logs/Homebrew/elmer/02.make /Users/Okie/Library/Logs/Homebrew/elmer/02.make.cc

juhanikataja commented 8 years ago

The problem is not necessarily with umfpack. Please check out https://git.io/brew-troubleshooting.

juhanikataja commented 8 years ago

Could you run brew gist-logs elmer and copypaste the resulting URL to this issue thread?

drone50 commented 8 years ago

https://gist.github.com/3dd621a7e70b82dfcddd

juhanikataja commented 8 years ago

According to the gist, Elmer was succesfully installed. Are you able to run ElmerSolver (or ElmerSolver_mpi)?

drone50 commented 8 years ago

Firstly, thanks a bunch for your kindly concerning. As you mentioned above, ElmerSolver and ElmerGrid work fine, and modules for elmer are identified at path of '/usr/local/Cellar/elmer/HEAD/bin' containing ElmerGrid, ElmerSolver_mpi, Mesh2D, elmerf90, matc, ElmerSolver, GebhardtFactors, ViewFactors and elmerld. However, ElmerGUI what I really need, is not appeared. When I type 'brew info elmer' on my terminal, dependencies and options what you made up by ruby script or something are appearing. Right? I think these options with the flag '--with--', ElmerGUI, ElmerIce, OpenMP and paraview, are not working yet. Besides, funny thing is that paraview is installed successfully at the path of '/usr/local/Cellar/paraview/4.2.0' because 'brew install paraview' returns the message of 'already installed', but it is not worked by the command 'paraview' on the terminal.

Anyway, let me know how to install ElmerGUI by using Homebrew. Please show me your kindness and gentleness once more.

juhanikataja commented 8 years ago

Thanks for testing the Elmer homebrew installation! brew reinstall elmer --with-elmergui --HEAD --with-elmerice should work. Are you sure you typed the the with options correctly. Note that there are only 3 dashes per with option.

Apparently, brew install paraview installs paraview.app which must be run from Finder or issuing open /usr/local/Cellar/paraview/4.2.0/paraview.app so there's no really a point in making paraview an optional component to Elmer.

drone50 commented 8 years ago

YES! the reinstall command is working!

Eventually, the elmer installation including all modules is completed on my Mac. Although 'sip' and 'pyqt' should have installed in advance, the several issues for the newbie has been overcome by your kind advice. Thank you again.

sbishop58 commented 8 years ago

Yes, I too installed Elmer then used the brew reinstall elmer --with-elmergui --HEAD --with-elmerice command to install on ElmerGUI OS X 10.11.3. Seems to work fine so far. Really happy with homebrew!!

dingzeyuli commented 8 years ago

From the last post, it seems everyone compile elmer on mac fine via brew. However, I am having some problem... Does anyone have similar issue with arpack or and mpi_gather? I attach the log here. All the dependences are installed. Thanks.

https://gist.github.com/dingzeyuli/87c98b53fbcb27b1342eea98dcfe9d39

dingzeyuli commented 8 years ago

Alright, FWIW, I am actually interested in ElmerSolver and ElmerGUI, not ElmerICE. After I disable the ICE part, the compilation works well. This is the command that I used. MacOS 10.11.5.

HOMEBREW_MAKE_JOBS=1 brew reinstall elmer --with-elmergui --HEAD --without-mpi --without-hypre

drone50 commented 8 years ago

Yes. I think so too. In my case, I could't install ElmerIce and ElmerPost either, but my interesting parts were ElmerGrid and ElmerSolver, so I didn't care them. Compatibility and stability for compiling source codes to use in Mac os x environment may be not perfect yet. I guess it is due to the low interest by Mac users.

2016-06-22 22:15 GMT+09:00 Dingzeyu Li notifications@github.com:

Alright, WFIW, I am actually interested in ElmerSolver and ElmerGUI, not ElmerICE. After I disable the ICE part, the compilation works well.

HOMEBREW_MAKE_JOBS=1 brew reinstall elmer --with-elmergui --HEAD --without-mpi --without-hypre

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ElmerCSC/homebrew-elmerfem/issues/1#issuecomment-227739393, or mute the thread https://github.com/notifications/unsubscribe/AM4KlFMLUK6D03mzC8SfxUkU7nVg9g4Nks5qOTVigaJpZM4Ff2GF .

KeeSeung Oh, Ph.D. Student

Multi-Scale Noise and Vibration (MSNV) Laboratory Division of Mechanical Engineering Bldg East 209(Bldg 10, Room 209), Ajou University

206 Worldcup-ro, Yeongtong-gu, Suwon, 5 San, Republic of Korea Cell : +82-10-2774-5201 / Office : +82-31-219-2940 E-mail : drone50@gmail.com Homepage : http://me.ajou.ac.kr/me/labor/labor03_a.jsp

github4uw commented 7 years ago

Hi,

I tried to install elmer with

$ brew install elmer --with-elmergui --HEAD --with-elmerice --verbose

But building failed: ... CMake Error at /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake:57 (message): Could not find compiler set in environment variable CC:

/usr/local/opt/gcc/bin/gcc-7. Call Stack (most recent call first): CMakeLists.txt:17 (PROJECT)

CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! ... CPU: quad-core 64-bit arrandale Homebrew Ruby: 2.0.0-p648 Clang: 8.0 build 800 Git: 2.8.4 => /Applications/Xcode.app/Contents/Developer/usr/bin/git Perl: /usr/bin/perl Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/bin/pytho$ Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby Java: 1.8.0_101 macOS: 10.12-x86_64 Xcode: 8.0 CLT: N/A X11: 2.7.9 => /opt/X11 ==> ENV CC: /usr/local/opt/gcc/bin/gcc-7 CXX: /usr/local/opt/gcc/bin/g++-7 OBJC: clang OBJCXX: clang++ HOMEBREW_CC: clang HOMEBREW_CXX: clang++ SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk MAKEFLAGS: -j4 ... Here is the link to the full log file https://www.dropbox.com/s/196tmsiolkkjxze/20161016_elmer_log_002.txt?dl=0

One strange thing to me is that the script looks for gcc-7 and g++-7 which don't exist. But I have version gcc-6 and g++-6 installed in the very same place. I checked .bashrc and .bash_profile but couldn't find an entry setting CC or GCC to version 7. What is the matter?

What could I do to get elmer installed?

I appreciate your help! Best regards.

I did a fresh install of homebrew. However building and installing elmer failed with the same gcc compiler issue. The script is still looking for version gcc-7 which does not exist. Btw gcc was installed as a dependency of elmer during the process. Any idea how to solve this?

luzpaz commented 5 years ago

Any progress on this ?

Foadsf commented 4 years ago

@luzpaz sadly the support for Elmer has been pretty bad lately. I have tried different methods, with or without HomeBrew, to install or even compile the software on macOS with no avail so far. The only viable option at the moment is the precompiled binaries provided by Iikka Virkkunen ------> here.

ipatch commented 2 years ago

@Foadsf

it seems that 2nd link you posted in your comment is 404

http://www.trueflaw.com/pub/elmer/page3/page3.html
Foadsf commented 2 years ago

please check Elmer's YouTube channel. there are updates regarding macOS installation.

mk1nz commented 5 months ago

please check Elmer's YouTube channel. there are updates regarding macOS installation.

Not works, macos Ventura on intel