Jerome BENOIT

10 Reputation

One Badge

10 years, 50 days

MaplePrimes Activity


These are questions asked by Jerome BENOIT

Hello Forum:

In the Programming Guide, section 14.3 (Programming Guide: Advanced Connectivity), the subsection `Runtime Environment Prerequisites' a sample script is given in order to set up the environment varibales MAPLE and LD_LIBRARY_PATH:

--8><--------------------------------------------------------------------------

#!/bin/sh
export MAPLE="/usr/local/maple"
. $MAPLE/bin/maple -norun
myapp $*


-----------------------------------------------------------------><8-----------

For testing, `my app $*' can be replaced by `printenv': it seems not to work with Maple 2015.

Any hint ?

Thanks in advance,

Jerome

 

Hello There:

I used to display module bodies with eval with former Maple version: it seems not to work with Maple 2015: any idea ?

Thanks in advance,

Jerome

Page 1 of 1