Ticket #18173: patch-build-Make.top.diff

File patch-build-Make.top.diff, 1011 bytes (added by krunk7@…, 15 years ago)

Patch Make.top

  • Make.top

    old new  
    289289        cp $(INCAdir)/* $(INSTdir)/atlas/.
    290290        - chmod 0644 $(INSTdir)/atlas/*
    291291install_lib:
    292         cp $(LIBdir)/libatlas.a $(INSTdir)/.
    293         cp $(LIBdir)/libcblas.a $(INSTdir)/.
    294         cp $(LIBdir)/liblapack.a $(INSTdir)/.
    295         chmod 0644 $(INSTdir)/libatlas.a  $(INSTdir)/liblapack.a \
    296                    $(INSTdir)/libcblas.a
    297         - cp $(LIBdir)/libf77blas.a $(INSTdir)/.
    298         - chmod 0644 $(INSTdir)/libf77blas.a
    299         - cp $(LIBdir)/libptcblas.a $(INSTdir)/.
    300         - cp $(LIBdir)/libptf77blas.a $(INSTdir)/.
    301         - chmod 0644 $(INSTdir)/libptcblas.a $(INSTdir)/libptf77blas.a
     292        cp $(LIBdir)/libatlas.dylib $(INSTdir)/.
     293        cp $(LIBdir)/libptcblas.dylib $(INSTdir)/.
     294        cp $(LIBdir)/liblapack.dylib $(INSTdir)/.
     295        chmod 0644 $(INSTdir)/libatlas.dylib  $(INSTdir)/liblapack.dylib \
     296                   $(INSTdir)/libptcblas.dylib
     297        - cp $(LIBdir)/libptf77blas.dylib $(INSTdir)/.
     298        - chmod 0644 $(INSTdir)/libptf77blas.dylib
    302299