[Compbench-devel] CompBenchmarks++/SupportedBenchmarks Benchmark-LINPACKC.h, 1.3, 1.4
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-11 19:59:43
|
Update of /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12507 Modified Files: Benchmark-LINPACKC.h Log Message: Uses CBMPackageAutotools. Index: Benchmark-LINPACKC.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-LINPACKC.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Benchmark-LINPACKC.h 3 Jan 2007 22:06:27 -0000 1.3 --- Benchmark-LINPACKC.h 11 Jan 2007 19:59:35 -0000 1.4 *************** *** 10,19 **** #define H_CBMBENCHMARKLINPACKC ! #include <Benchmark/Benchmark.h> #include <Benchmark/Package.h> /** \brief Defines the linpackc package. */ ! class CBMPackageLINPACKC : public CBMPackage { public: --- 10,19 ---- #define H_CBMBENCHMARKLINPACKC ! #include <Benchmark/Benchmark-Autotools.h> #include <Benchmark/Package.h> /** \brief Defines the linpackc package. */ ! class CBMPackageLINPACKC : public CBMPackageAutotools { public: *************** *** 27,40 **** virtual int packageSize(void); /* in bytes */ - /** Compairs previous compilation context to current one. Local options - * are also taken in context. - * \return 1 if they match. - * \sa contextID() - * \sa storeContext() - * \sa Make() - */ - virtual int ContextMatches(CBMCompiler *_currentCompiler, - CBMCompilerOptions *_currentOptions); - virtual std::string packageComments(void); virtual std::string localPackageName(void); --- 27,30 ---- *************** *** 43,59 **** protected: virtual std::string language(void); - virtual char* extractDirectory(void); - virtual int hasPatch(void); - virtual int patch(int _force = 0); - - - virtual int extract(int _force = 0); virtual int preConfigure(int _force); - virtual int configure(CBMCompiler *_currentCompiler, - CBMCompilerOptions *_currentOptions); - - virtual int make(void); - virtual int release(void); public: --- 33,39 ---- protected: virtual std::string language(void); + virtual char *extractDirectory(void); virtual int preConfigure(int _force); public: |