mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
2136cff789
EDF R&D has developed for twelve years a numerical simulation software for structural analysis, Code_Aster. Widely used for the expertise and maintenance of power plants and electrical networks, this tool covers a wide range of applications today: thermal and mechanical analysis - 3D linear or non linear, static or dynamic analysis pressure vessels - machines - civil engineering - porous media. (From the press release). This application is in french, but there exists a translated GUI (see the port cad/astk-client). PR: 54766 Submitted by: thierry@pompo.net
15 lines
465 B
C
15 lines
465 B
C
--- bibc/utilitai/memjob.c.orig Wed Apr 23 11:41:04 2003
|
|
+++ bibc/utilitai/memjob.c Tue Jul 1 22:37:31 2003
|
|
@@ -20,9 +20,9 @@
|
|
extern char g_memory[];
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
-#if defined SOLARIS || IRIX || P_LINUX || TRU64 || SOLARIS64
|
|
-#include <sys/resource.h>
|
|
+#if defined SOLARIS || IRIX || P_LINUX || TRU64 || SOLARIS64
|
|
#include <sys/time.h>
|
|
+#include <sys/resource.h>
|
|
long memjob_(void)
|
|
#elif defined HPUX
|
|
#include <sys/resource.h>
|