Skip to content

Instantly share code, notes, and snippets.

@ueliwechsler
Created November 19, 2020 07:53
Show Gist options
  • Save ueliwechsler/7fb795df3e26a0a384ba03ea14566ebf to your computer and use it in GitHub Desktop.
Save ueliwechsler/7fb795df3e26a0a384ba03ea14566ebf to your computer and use it in GitHub Desktop.
cd ThirdParty-HSL/
./configure
make
make install
@ueliwechsler
Copy link
Author

make output
make  all-am
make[1]: Entering directory '/d/Libraries/Ipopt_ma97/ThirdParty-HSL'
  F77      coinhsl/common/deps.lo
coinhsl/common/deps.f:623:72:

  623 |               IF (IJFIR) 230,220,240
      |                                                                        1
Warning: Fortran 2018 deleted feature: Arithmetic IF statement at (1)
coinhsl/common/deps.f:1160:72:

 1160 |             IF (IFIR) 860,880,870
      |                                                                        1
Warning: Fortran 2018 deleted feature: Arithmetic IF statement at (1)
coinhsl/common/deps.f:1216:72:

 1216 |             IF (IFIR) 930,940,950
      |                                                                        1
Warning: Fortran 2018 deleted feature: Arithmetic IF statement at (1)
coinhsl/common/deps.f:2614:72:

 2614 |    10 IW1(I,1) = IW1(I-1,1) + LENR(I-1)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
coinhsl/common/deps.f:2632:72:

 2632 |    30 LENR(II) = LENOFF(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 30 at (1)
coinhsl/common/deps.f:2644:72:

 2644 |    40 IQ(I) = I
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 40 at (1)
coinhsl/common/deps.f:2659:72:

 2659 |    50 ICN(JJ) = ICN(J)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 50 at (1)
coinhsl/common/deps.f:2668:72:

 2668 |    70 IW(II,1) = IP(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 70 at (1)
coinhsl/common/deps.f:2670:72:

 2670 |    80 IP(I) = IW(I,1)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 80 at (1)
coinhsl/common/deps.f:2722:72:

 2722 |   100     IW1(I,1) = IW1(I-1,1) + LENOFF(I-1)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 100 at (1)
coinhsl/common/deps.f:2835:72:

 2835 |    10 W(I) = ZERO
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
coinhsl/common/deps.f:2845:72:

 2845 |    30   WROWL = WROWL + DABS(A(JJ))
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 30 at (1)
coinhsl/common/deps.f:2854:72:

 2854 |    80   W(J) = DMAX1(DABS(A(JJ)),W(J))
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 80 at (1)
coinhsl/common/deps.f:2860:72:

 2860 |   200 AMAXU = DMAX1(AMAXU,W(I))
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 200 at (1)
  F77      coinhsl/mc19/mc19d.lo
coinhsl/mc19/mc19d.f:37:72:

   37 |       DO 10 I=1,N
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
  F77      coinhsl/ma27/ma27d.lo
  F77      coinhsl/ma28/ma28d.lo
coinhsl/ma28/ma28d.f:658:72:

  658 |           IF (IW1(INEW,3)-IW1(JNEW,3)) 40,60,50
      |                                                                        1
Warning: Fortran 2018 deleted feature: Arithmetic IF statement at (1)
coinhsl/ma28/ma28d.f:678:72:

  678 |             IF (JNEW-JCOMP) 80,130,90
      |                                                                        1
Warning: Fortran 2018 deleted feature: Arithmetic IF statement at (1)
  F77      coinhsl/ma57/ma57d.lo
  FC       coinhsl/common/deps90.lo
  FC       coinhsl/hsl_mc68/C/hsl_mc68i_ciface.lo
  FC       coinhsl/hsl_ma77/hsl_ma77d.lo
  FC       coinhsl/hsl_ma77/C/hsl_ma77d_ciface.lo
  FC       coinhsl/hsl_ma86/hsl_ma86d.lo
  FC       coinhsl/hsl_ma86/C/hsl_ma86d_ciface.lo
  FC       coinhsl/hsl_ma97/hsl_ma97d.lo
  FC       coinhsl/hsl_ma97/C/hsl_ma97d_ciface.lo
  CC       metis_adapter.lo
  F77LD    libcoinhsl.la
make[1]: Leaving directory '/d/Libraries/Ipopt_ma97/ThirdParty-HSL'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment