Changeset 9434 in ntrip for trunk/BNC/newmat/newmat.pro


Ignore:
Timestamp:
May 19, 2021, 1:32:38 PM (3 years ago)
Author:
stuerze
Message:

newmat is reverted to its stable version 10 because version 11beta was not working with mac compilers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/newmat/newmat.pro

    r8901 r9434  
    1010MOC_DIR     = .moc
    1111
    12 HEADERS += boolean.h controlw.h include.h myexcept.h  \
    13            newmatap.h newmat.h newmatio.h newmatnl.h  \
    14            newmatrc.h newmatrm.h precisio.h solution.h
     12HEADERS += controlw.h include.h myexcept.h  \
     13           newmatap.h newmat.h newmatio.h   \
     14           newmatrc.h newmatrm.h precisio.h
    1515
    16 SOURCES += bandmat.cpp cholesky.cpp evalue.cpp     \
    17            fft.cpp hholder.cpp jacobi.cpp          \
    18            myexcept.cpp newfft.cpp newmat1.cpp     \
    19            newmat2.cpp newmat3.cpp newmat4.cpp     \
    20            newmat5.cpp newmat6.cpp newmat7.cpp     \
    21            newmat8.cpp newmat9.cpp newmatex.cpp    \
    22            newmatrm.cpp newmatnl.cpp nm_misc.cpp   \
    23            sort.cpp submat.cpp svd.cpp solution.cpp
     16SOURCES += bandmat.cpp cholesky.cpp evalue.cpp  \
     17           fft.cpp hholder.cpp jacobi.cpp       \
     18           myexcept.cpp newfft.cpp newmat1.cpp  \
     19           newmat2.cpp newmat3.cpp newmat4.cpp  \
     20           newmat5.cpp newmat6.cpp newmat7.cpp  \
     21           newmat8.cpp newmat9.cpp newmatex.cpp \
     22           newmatrm.cpp nm_misc.cpp sort.cpp    \
     23           submat.cpp svd.cpp
    2424
Note: See TracChangeset for help on using the changeset viewer.