Info2: << Package: bim-oct%type_pkg[oct] Version: 1.1.5 Type: oct (3.8.2), forge (bim) Revision: 1 Maintainer: Alexander Hansen # unfortunately, Homepage won't do types Homepage: http://octave.sourceforge.net/bim/index.html License: GPL2+ Description: Box integration method package for Octave DescDetail: << Package for solving Diffusion Advection Reaction (DAR) Partial Differential Equations. This package provides the following functions: Matrix assembly: bim1a_advection_diffusion bim1a_advection_upwind bim1a_axisymmetric_advection_diffusion bim1a_axisymmetric_advection_upwind bim2a_advection_diffusion bim2a_advection_upwind bim2a_axisymmetric_advection_diffusion bim2a_axisymmetric_advection_upwind bim3a_advection_diffusion bim3a_osc_advection_diffusion bim1a_laplacian bim1a_axisymmetric_laplacian bim2a_laplacian bim2a_axisymmetric_laplacian bim3a_laplacian bim3a_osc_laplacian bim1a_reaction bim1a_axisymmetric_reaction bim2a_reaction bim2a_axisymmetric_reaction bim3a_reaction bim1a_rhs bim1a_axisymmetric_rhs bim2a_rhs bim2a_axisymmetric_rhs bim3a_rhs bim2a_boundary_mass bim2a_axisymmetric_boundary_mass bim3a_boundary_mass Pre-processing and Post-processing computations: bim2c_mesh_properties bim3c_mesh_properties bim2c_unknowns_on_side bim3c_unknowns_on_faces bim2c_pde_gradient bim3c_pde_gradient bim2c_global_flux bim3c_global_flux bim1c_elem_to_nodes bim2c_tri_to_nodes bim3c_tri_to_nodes bim2c_intrp bim3c_intrp bim1c_norm bim2c_norm bim3c_norm Utilities: bimu_bernoulli bimu_logm << BuildDepends: << liboctave%type_pkg[oct]-dev, fink (>=0.32), fink-octave-scripts (>=0.3.0-1) << RuntimeDepends: << fpl-oct%type_pkg[oct], msh-oct%type_pkg[oct] << Depends: octave%type_pkg[oct]-interpreter Conflicts: octave-forge Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz Source-Checksum: SHA256(e899c65e6c7fb0babdb0e2fb7990bae1f6ccf9b3dc1e19b4f58501242be2e078) SourceDirectory: %type_raw[forge] NoSetCPPFLAGS: true NoSetLDFLAGS: true UseMaxBuildJobs: false BuildAsNobody: false CompileScript: << #!/bin/sh -ev pkgsrc=%type_raw[forge] ##### Invariant stuff begins here ##### %p/share/fink-octave-scripts/octave-forge-patch.sh %type_raw[forge] %v %type_raw[oct] %b %i $pkgsrc ./octave-forge-compile.sh << InstallScript: ./octave-forge-install.sh PostInstScript: %p/share/octave/%type_raw[oct]/%type_raw[forge]/octave-forge-postinst.sh PreRmScript: %p/share/octave/%type_raw[oct]/%type_raw[forge]/octave-forge-prerm.sh DescPackaging: << Common for all octave-forge packages: Preinst and postinst scripts are dynamically set up via %p/share/fink-octave-scripts/octave-forge-patch.sh because Octave's package manager can't cope with non-literal arguments. The Type: forge (pkgname) is used to minimize what needs to be changed when using this .info file as a template. << <<