Info2: << Package: bim-oct%type_pkg[oct] Version: 1.1.3 Type: oct (3.6.0 3.6.1 3.6.2 3.6.3 3.6.4), 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 bim2a_advection_diffusion bim2a_advection_upwind bim3a_advection_diffusion bim3a_osc_advection_diffusion bim1a_laplacian bim2a_laplacian bim3a_laplacian bim3a_osc_laplacian bim1a_reaction bim2a_reaction bim3a_reaction bim1a_rhs bim2a_rhs bim3a_rhs bim2a_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 bim2c_tri_to_nodes bim3c_tri_to_nodes bim2c_intrp bim3c_intrp Utilities: bimu_bernoulli bimu_logm << BuildDepends: << liboctave%type_pkg[oct]-dev, fftw3, hdf5.8, fink (>=0.32), fink-octave-scripts << 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-MD5: 2244d9ad73699f4bd45367c35b64a644 SourceDirectory: %type_raw[forge] # Do not change anything from this point down, unless absolutely necessary, # since the foo-oct%type_pkg[oct] packages are designed to be built/installed # in the same way. 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: We read in postinst and prerm template scripts installed by octaveN and modify them to use the name of this package 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. << <<