Skip to content

IPM building fails with newer libtool #38

Description

@azrael417

Using a new libtool with intel 2019 compiler, I get failures in make install step because of missing links (which are not created):

libtool: link: (cd ".libs" && rm -f "libipmf.so.0" && ln -s "libipmf.so.0.0.0" "libipmf.so.0")
libtool: link: (cd ".libs" && rm -f "libipmf.so" && ln -s "libipmf.so.0.0.0" "libipmf.so")
libtool: link: ar cru .libs/libipmf.a  libipmf_la-mpi_fortran.o libipmf_la-GEN.wrapper_mpif.o
libtool: link: ranlib .libs/libipmf.a
libtool: link: ( cd ".libs" && rm -f "libipmf.la" && ln -s "../libipmf.la" "libipmf.la" )
 /usr/bin/mkdir -p '/usr/common/software/ipm/2.0.5/intel/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libipm.la libipmf.la '/usr/common/software/ipm/2.0.5/intel/lib'
libtool: install: /usr/bin/install -c .libs/libipm.so.0.0.0 /usr/common/software/ipm/2.0.5/intel/lib/libipm.so.0.0.0
/usr/bin/install: cannot stat '.libs/libipm.so.0.0.0': No such file or directory
make[2]: *** [Makefile:761: install-libLTLIBRARIES] Error 1
make[2]: Leaving directory '/global/project/projectdirs/swowner/tkurth/modules/ipm/cori_build/src'
make[1]: *** [Makefile:1090: install-am] Error 2
make[1]: Leaving directory '/global/project/projectdirs/swowner/tkurth/modules/ipm/cori_build/src'
make: *** [Makefile:421: install-recursive] Error 1```

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions