Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - what is the installation path of singular in ubuntu?
Author Message
  Post subject:  Re: what is the installation path of singular in ubuntu?  Reply with quote
I find the source code in official web site. Thank you for your help
Post Posted: Mon Sep 06, 2010 3:23 pm
  Post subject:  Re: what is the installation path of singular in ubuntu?  Reply with quote
You can find all the Singular related files installed on your system by
Code:
locate -i Singular.

Note that the command
Quote:
dpkg -i singular-release.deb
will not put the source on your system. You will have to download and install the source separately from: http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/.

If you want to run a Singular code through a 'C' program, then here is my small suggestion:
Code:
your_c_code
myfile  = generate_.sing_file
char str[256];
str=strcat("/usr/bin/Singular < ", myfile);
system(str);
remaining_c_code

I hope this solves your problem...

-- VInay
Post Posted: Wed Sep 01, 2010 5:50 am
  Post subject:  what is the installation path of singular in ubuntu?  Reply with quote
what is the installation path of singular in ubuntu?

i can only find the path /usr/share/singular.

but do not know where it install after following the instruction in manual
dpkg -i singular-release.deb

i would like to find the headers .h and .c of singular

write a c program to run singular's function
Post Posted: Tue Aug 31, 2010 4:01 pm


It is currently Fri May 13, 2022 11:07 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group