Changes between Initial Version and Version 1 of Ticket #61058
- Timestamp:
- Aug 24, 2020, 3:28:27 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61058
- Property Keywords fortran gcc compiling removed
-
Property
Summary
changed from
problem fortran
togcc6 @6.4.0: dyld: Library not loaded: /opt/local/lib/libisl.15.dylib
- Property Port gcc6 added
-
Property
Milestone
changed from
MacPorts 2.7.0
to
-
Ticket #61058 – Description
initial v1 2 2 Hi there. I have run the following commands: 3 3 4 {{{ 4 5 sudo port upgrade outdated 5 6 6 mpirun --version 7 8 7 sudo port -f activate libgcc10 8 }}} 9 9 10 10 (and then I deactivated). I have a gfortran error, though(see below). Could you please where I should even check … … 12 12 (because I 13 13 14 14 {{{ 15 15 staff-net-nw-2010:TEST annagulcher$ gfortran -fopenmp openmp-test.f90 16 16 dyld: Library not loaded: /opt/local/lib/libisl.15.dylib … … 22 22 See <https://trac.macports.org/newticket> for instructions. 23 23 staff-net-nw-2010:TEST annagulcher$ 24 }}}