[sage-devel] Re: View issues

2022-10-01 Thread Ben Salisbury
It was a TeX/user error. I had an old version of TikZ that was causing conflicts. On Thursday, September 29, 2022 at 11:48:33 AM UTC-4 Ben Salisbury wrote: > This example works for me as expected. > > On Wednesday, September 28, 2022 at 4:56:29 AM UTC-4 Sébastien La

[sage-devel] Re: View issues

2022-09-29 Thread Ben Salisbury
nGraph() > s = latex(g) > from sage.misc.latex_standalone import TikzPicture > t = TikzPicture(s, standalone_config=["border=4mm"], usepackage=[ > 'tkz-graph']) > t > t.pdf() > > > On Tuesday, September 27, 2022 at 9:16:03 PM UTC+2 Ben Salisbury wrote: > >> Hi all,

Re: [sage-devel] View issues

2022-09-29 Thread Ben Salisbury
Tuesday, September 27, 2022 at 12:32:38 PM UTC-7 dim...@gmail.com > wrote: > >> On Tue, Sep 27, 2022 at 8:16 PM Ben Salisbury wrote: >> > >> > Hi all, >> > >> > I'm having trouble with the view method. For example, >> > >> > sag

[sage-devel] View issues

2022-09-27 Thread Ben Salisbury
Hi all, I'm having trouble with the view method. For example, sage: G = graphs.PetersenGraph() sage: view(G) produced the following error. An error occurred. This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex 2022.9.9) 17 SEP 2022 18:58 entering

Re: [sage-devel] m4ri fails on m2 MacBook air

2022-09-14 Thread Ben Salisbury
I could have swore that I did that command (at least once!). Those threads above also suggest Xcode CLT needs to be > version 13, which I have. Nevertheless, I ran through the whole process from start to finish again, and this time it worked! -- You received this message because you are

Re: [sage-devel] Re: Build failure at matplotlib-2.2.4 and sagenb-1.1.2 on OS X

2019-10-02 Thread Ben Salisbury
Success!!! Thank you for all your help! -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the

Re: [sage-devel] Re: Build failure at matplotlib-2.2.4 and sagenb-1.1.2 on OS X

2019-10-01 Thread Ben Salisbury
Another build failure (seemingly at the same spot). The log file is attached. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sage-devel] Re: Build failure at matplotlib-2.2.4 and sagenb-1.1.2 on OS X

2019-10-01 Thread Ben Salisbury
Running 'brew install gcc' works without an error. mth153844pe212:sage-git salis1bt$ brew install gcc ==> Downloading https://homebrew.bintray.com/bottles/gcc-9.2.0_1.mojave.bottle.tar.gz ==> Downloading from

Re: [sage-devel] Re: Build failure at matplotlib-2.2.4 and sagenb-1.1.2 on OS X

2019-10-01 Thread Ben Salisbury
Same error as before. mth153844pe212:sage-git salis1bt$ brew update Updated 1 tap (homebrew/core). ==> Updated Formulae django-completion kubeseal mth153844pe212:sage-git salis1bt$ brew uninstall gcc Error: No

Re: [sage-devel] Re: Build failure at matplotlib-2.2.4 and sagenb-1.1.2 on OS X

2019-10-01 Thread Ben Salisbury
No such luck. mth153844pe212:sage-git salis1bt$ brew update Updated 1 tap (homebrew/core). No changes to formulae. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [sage-devel] Re: Build failure at matplotlib-2.2.4 and sagenb-1.1.2 on OS X

2019-10-01 Thread Ben Salisbury
I had uninstalled and did a distclean before posting the last post, and brew install gfortran still does not work. mth153844pe212:sage-git salis1bt$ brew uninstall gcc Error: No such keg: /usr/local/Cellar/gcc mth153844pe212:sage-git salis1bt$ brew install gfortran Error: No available formula

Re: [sage-devel] Re: Build failure at matplotlib-2.2.4 and sagenb-1.1.2 on OS X

2019-10-01 Thread Ben Salisbury
I've uninstalled the Homebrew install of gcc. I had posted that before because, upon attempting to install gfortran using Homebrew, I get Error: No available formula with the name "gfortran" GNU Fortran is part of the GCC formula: brew install gcc For completeness, in case something else

Re: [sage-devel] Re: Build failure at matplotlib-2.2.4 and sagenb-1.1.2 on OS X

2019-09-25 Thread Ben Salisbury
ortran? > > > On Wednesday, September 25, 2019 at 12:09:55 PM UTC-7, Ben Salisbury wrote: >> >> Ok, I tried the Homebrew route, and still the build failed. First, the >> computer successfully executed the following: >> >> brew install dimpase/science/flint >> b

Re: [sage-devel] Re: Build failure at matplotlib-2.2.4 and sagenb-1.1.2 on OS X

2019-09-25 Thread Ben Salisbury
Ok, I tried the Homebrew route, and still the build failed. First, the computer successfully executed the following: brew install dimpase/science/flint brew install dimpase/science/arb brew tap brewsci/bio brew install matplotlib Then I tried to build Sage again, after a distclean, and another

Re: [sage-devel] Re: Build failure at matplotlib-2.2.4 and sagenb-1.1.2 on OS X

2019-09-25 Thread Ben Salisbury
Here are the outputs: mth153844pe212:~ salis1bt$ otool -L /Users/salis1bt/sage-git/local/lib/ libdfftpack.dylib /Library/Developer/CommandLineTools/usr/bin/objdump: '/Users/salis1bt/sage-git/local/lib/libdfftpack.dylib': No such file or directory mth153844pe212:~ salis1bt$ otool -L

Re: [sage-devel] Re: Build failure at matplotlib-2.2.4 and sagenb-1.1.2 on OS X

2019-09-25 Thread Ben Salisbury
Sorry, I had left for the day when these messages came in yesterday. Given the output of the otool - L /Users/salis1bt/sage-git/local/bin/gfortran, should I still do those brew installs? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To

Re: [sage-devel] Re: Build failure at matplotlib-2.2.4 and sagenb-1.1.2 on OS X

2019-09-25 Thread Ben Salisbury
mth153844pe212:~ salis1bt$ otool -L /Users/salis1bt/sage-git/local/bin/ gfortran /Users/salis1bt/sage-git/local/bin/gfortran: /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0 .0) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 400.9 .4)

[sage-devel] Re: Build failure at matplotlib-2.2.4 and sagenb-1.1.2 on OS X

2019-09-24 Thread Ben Salisbury
I'll try "./sage -f libpng". In the meantime, I've attached the log file requested. Also: mth153844pe212:~ salis1bt$ git --version git version 2.20.1 (Apple Git-117) mth153844pe212:~ salis1bt$ gcc --version Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx

Re: [sage-devel] Make fail on OS X

2016-06-14 Thread Ben Salisbury
That did the trick. Thanks! Best, Ben > On Jun 14, 2016, at 12:48 PM, Volker Braun <vbraun.n...@gmail.com> wrote: > > Delete the "local" directory and then rebuild > > On Tuesday, June 14, 2016 at 6:22:33 PM UTC+2, Ben Salisbury wrote: > Hi all, &

[sage-devel] Make fail on OS X

2016-06-14 Thread Ben Salisbury
Hi all, I recently attempted to update to the latest development version of Sage. However, I had to stop the process during the `make distclean` stage using `Cmd+C`. (This is something I thought I had done before, so thought nothing of it.) Now, nothing will make within the sage-git

[sage-devel] Re: jmol/java on OS X 10.10.2

2015-03-27 Thread Ben Salisbury
Volker was correct. Previously, when trying to run jmol, I received a pop-up message saying I had to install the latest version of java, so I did. However, this was not the JDK version of Java. I received a new pop-up message when running $ java -version No Java runtime present, requesting

[sage-devel] jmol/java on OS X 10.10.2

2015-03-26 Thread Ben Salisbury
Hi, I'm trying to view 3d objects (which I have been able to do in the past), but now I'm receiving the following error. sage: L = RootSystem(['A',3,1]).ambient_space() sage: W = L.weyl_group() sage: L.plot(alcoves=[W.one()], reflection_hyperplanes=False, bounding_box=2 )

[sage-devel] Re: Solved

2015-03-19 Thread Ben Salisbury
It was suggested to me to try export SAGE_PORT=yes and this actually did the trick! -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Ben Salisbury
Okay, so it seems I cannot just run xcode-select --install to override the current version. $ xcode-select --install xcode-select: error: command line tools are already installed, use Software Update to install updates I looked at my Software Updates, and it seems that part of the update last

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Ben Salisbury
It's possible... though I had just recompiled Sage 6.6beta4 last Thursday without any issues. Here is my current output: $ xcode-select --version xcode-select version 2339. In the meantime, I will try to reinstall command line tools and recompile. My guess is that the problem has to do with

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Ben Salisbury
Hmmm that's both encouraging and discouraging. I've already tried 'make distclean' to start fresh. Is there another way? -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Ben Salisbury
the static version to resolve (part) of the dependencies then its going to be tough to figure out anything. Does make distclean make change anything (will take some time to compile). On Wednesday, March 18, 2015 at 2:10:56 AM UTC+1, Ben Salisbury wrote: Sorry for the delay; I had retried

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-17 Thread Ben Salisbury
Sorry for the delay; I had retried the install again... with no luck. The install log file was too large to attach. Here is a link: https://drive.google.com/file/d/0B0GKOwXupX1ub3NoMkxPRy1zcDQ/view?usp=sharing The output from the requested commands are $ otool -L

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-17 Thread Ben Salisbury
I was just trying to build in the develop branch. I wasn't currently working on any particular patch. -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-17 Thread Ben Salisbury
Hi. I am also having the same problem. I've attached the requested log file. Please help! On Monday, March 16, 2015 at 9:27:57 AM UTC-7, Volker Braun wrote: Need the build log. On Monday, March 16, 2015 at 3:52:49 PM UTC+1, Andrew Bernard wrote: Here is the error: File

[sage-devel] Re: VOTE: code of conduct - ends Monday at midnight, PST.

2014-11-23 Thread Ben Salisbury
[X] Yes -- adopt the code of conduct stated below (*) [ ] No -- do not adopt the code of conduct stated below ~Ben -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [sage-devel] Code of Conduct

2014-11-17 Thread Ben Salisbury
[X ] Yes, this is a great idea. About time! To a newcomer, some of the posts may make the Sage community look aggressive and end up steering them in another direction. -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-08 Thread Ben Salisbury
I tried reinstalling sage-git, and that solved my problem. Thanks all for the help! -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-06 Thread Ben Salisbury
I can compile C programs after all. $ gcc -o helloworld helloworld.c $ ./helloworld Hello World! -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-05 Thread Ben Salisbury
The error message before the export is attached. Best, Ben -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-05 Thread Ben Salisbury
I did, but I don't quite know what I'm looking for. The file is attached. -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com.

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-04 Thread Ben Salisbury
Okay, I deleted all Xcode files, reinstalled, and reinstalled command line tools. $ gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr -- with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target:

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-04 Thread Ben Salisbury
Well here is the log file. -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to

[sage-devel] Build failed on OS X 10.9.2

2014-03-01 Thread Ben Salisbury
Hi all, I am having recurring issues compiling the developmental version of sage (through sage-git) on OS X Mavericks. The error I currently have is sh: line 1: 7312 Trace/BPT trap: 5 /Applications/Xcode.app/Contents/ Developer/usr/bin/xcodebuild -sdk / -find as 2 /dev/null as: error:

[sage-devel] Re: trouble building sage with semigroup package installed

2014-02-07 Thread Ben Salisbury
I do have XCode installed. Executing the command export SAGE_PORT='yes' also worked for me, too. Thank you! Best, Ben On Tuesday, February 4, 2014 3:20:55 AM UTC-5, Anne Schilling wrote: Hi! For some reason I cannot run make any longer to build the new version of sage. I have

[sage-devel] Re: trouble building sage with semigroup package installed

2014-02-06 Thread Ben Salisbury
Hi! I am also having an issue building the latest version of Sage. An oddity is that while is does not build on my laptop, is does build on my desktop (both of which are running OS X 10.9.1). Here is my output: Bens-MacBook-Pro-3:sage-git Ben$ git checkout develop Switched to branch

Re: [sage-devel] OS X Mavericks

2013-10-24 Thread Ben Salisbury
I am also having an issue building on OS X 10.9, though (I admit) I am trying to build the 5.13beta1 version. My build fails at the polybori step: Error installing PolyBoRi. real 1m14.940s user 1m8.348s sys 0m4.921s

Re: [sage-devel] Errors in doctest on OS X 10.8.2

2013-03-28 Thread Ben Salisbury
I finally retested using 5.9 Beta 1 and all tests passed. Thank you! -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com.

[sage-devel] Errors in doctest on OS X 10.8.2

2013-03-06 Thread Ben Salisbury
When I doctest a particular Sage enhancement, I receive errors that I do not know how to handle. For example, consider the following: ** File

[sage-combinat-devel] Re: Kashiwara's B(infinity)

2011-02-15 Thread Ben Salisbury
Thanks very much!! My hope is to implement types B, C, D, and G. If I'm successful, I will be sure to write back. Thanks again for the help Ben -- You received this message because you are subscribed to the Google Groups sage-combinat-devel group. To post to this group, send email to

[sage-combinat-devel] Kashiwara's B(infinity)

2011-02-14 Thread Ben Salisbury
Hi. I'm new to programming, but I would like to attempt to create a Sage code for Kashiwara's B(infinity) crystal using Hong and Lee's semistandard Young tableaux description. My plan is to base my work on the crystal code already developed (i.e., definition of e(i) and f(i), translation to