00001 /*-*-c++-*-**************************************************************** 00002 * laversion.h Defines for lapack++ version number 00003 ------------------- 00004 begin : 2006-03-13 00005 copyright : (C) 2006 by Christian Stimming 00006 email : stimming@tuhh.de 00007 ***************************************************************************/ 00008 00009 // This library is free software; you can redistribute it and/or 00010 // modify it under the terms of the GNU Lesser General Public 00011 // License as published by the Free Software Foundation; either 00012 // version 2, or (at your option) any later version. 00013 00014 // This library is distributed in the hope that it will be useful, 00015 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 // GNU Lesser General Public License for more details. 00018 00019 // You should have received a copy of the GNU Lesser General 00020 // Public License along with this library; see the file COPYING. 00021 // If not, write to the Free Software Foundation, 59 Temple Place 00022 // - Suite 330, Boston, MA 02111-1307, USA. 00023 00024 #ifndef _LAVERSION_H 00025 #define _LAVERSION_H 00026 00039 #ifdef __GNUC__ 00040 # define LAPACKPP_HAVE_BITS_CPP_TYPE_TRAITS_H 1 00041 #else 00042 # define LAPACKPP_HAVE_BITS_CPP_TYPE_TRAITS_H 0 00043 #endif // __GNUC__ 00044 00047 #define LAPACK_OS_WIN32 0 00048 00051 #define LAPACKPP_VERSION_MAJOR 2 00052 00054 #define LAPACKPP_VERSION_MINOR 5 00055 00057 #define LAPACKPP_VERSION_PATCHLEVEL 2 00058 00063 #define HAVE_ZDOTC_WITH_RV 1 00064 00065 #endif // _LAVERSION_H