Its makefile syntax since its really just a script that glues everything 
together into one makefile. The ones after the pipe are order only 
dependencies.



On Sunday, October 4, 2015 at 7:27:48 PM UTC+2, Simon King wrote:
>
> Hi!
>
> Meanwhile I try to change my group cohomology spkg into a new style 
> package. But I wonder how dependencies are checked these days.
>
> I see, for example, the file build/pkgs/cvxopt/dependencies:
> $(INST)/$(NUMPY) $(INST)/$(ATLAS) $(INST)/$(CEPHES) $(INST)/$(GSL) 
> $(INST)/$(GLPK) | $(INST)/$(MATPLOTLIB)
>
> In the developer manual I couldn't find a syntax definition for the 
> "dependencies" file. Suppose I want that a package depends on meataxe 
> (which awaits review as a new optional package at #12103) and database_gap, 
> do I need to put
> $(INST)/$(MEATAXE) $(INST)/$(DATABASE_GAP)
> or what?
>
> Best regards,
> Simon
>

-- 
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@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to