mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
376d6d0362
and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains YACS module. WWW: http://www.salome-platform.org - Stas Timokhin devel@stasyan.com PR: ports/143469 Submitted by: Stas Timokhin <devel at stasyan.com>
12 lines
391 B
Plaintext
12 lines
391 B
Plaintext
--- src/yacsloader/Test/Makefile.am.orig 2009-07-17 09:23:49.000000000 +0700
|
|
+++ src/yacsloader/Test/Makefile.am 2009-07-17 09:23:59.000000000 +0700
|
|
@@ -49,7 +49,7 @@
|
|
../../bases/libYACSBases.la
|
|
|
|
TestYacsLoader_LDFLAGS = \
|
|
- @CPPUNIT_LIBS@ -pthread -ldl $(EXPAT_LIBS) $(LIBXML_LIBS)
|
|
+ @CPPUNIT_LIBS@ -pthread $(EXPAT_LIBS) $(LIBXML_LIBS)
|
|
|
|
TestYacsLoader_CXXFLAGS = \
|
|
$(THREAD_DEF) \
|