Commit Graph

7 Commits

Author SHA1 Message Date
Yuri Victorovich
9e7e90b151 science/simlib: Update 3.02 -> 3.06 2018-10-19 05:38:42 +00:00
Tobias Kortkamp
3952f4af1a science/simlib: Fix build
- Doesn't build with Clang 6

errors.cc:14:42: error: invalid suffix on literal; C++11 requires a space between
      literal and identifier [-Wreserved-user-defined-literal]
/* 0 */ "SIMLIB/C++ Simulation Library, "SIMLIB_COPYRIGHT"\0"
                                         ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473790_s335878/logs/simlib-3.02_1.log

- nm crashes during the build on FreeBSD >= 11.1.  Use binutils
  from ports as a workaround. [1]

Assertion failed: (ddata->output.size > 0), function cpp_demangle_read_sname, file /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c, line 2137.

http://beefy9.nyi.freebsd.org/data/111amd64-default/473790/logs/simlib-3.02_1.log

PR:		223333 [1]
2018-07-07 21:09:10 +00:00
Vanilla I. Shu
5304c2184f Stagify. 2014-06-10 15:07:59 +00:00
Ion-Mihai Tetcu
49b1e9516f - update to 3.0.20081216 from 3.0.20071212
- fix the build error with custom LOCALBASE [1]

Submitted by:	maintainer
Reported by:	QATty [1]
2009-07-06 14:56:42 +00:00
Rong-En Fan
09ffa2e370 - Update to 3.0.20071212
- Pass maintainership to submitter
- Enable 64-bit support (experimental per stated by the project web page)

PR:		ports/122337
Submitted by:	Wen heping <wenheping at gmail.com>
2008-04-06 06:35:14 +00:00
Rong-En Fan
5fa2823e97 - Update to 2.18.20061212
- Pet portlint(1)

PR:		ports/108005
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
2007-01-17 07:27:25 +00:00
Pav Lucistnik
6b19799b97 SIMLIB/C++ is the SIMulation LIBrary for C++ programming language. You can
create models directly in C++ language with the use of predefined simulation
tools from the library. SIMLIB allows object-oriented description of models
based on simulation abstractions. Current version allows a description of
continuous, discrete, combined, 2D/3D vector, and fuzzy models.

Requested by:	Roman Divacky
2004-11-27 21:38:03 +00:00